Changes by Sebastian Cufre :
--
keywords: +patch
Added file: http://bugs.python.org/file45005/textio.c.patch
___
Python tracker
<http://bugs.python.org/issue28
Sebastian Berg added the comment:
To make warning testing saner, in numpy we added basically my own version of
catch_warnings on steroids, which needed/will need changing because of this.
Unless I missed it somewhere, this change should maybe put into the release
notes to warn make it a bit
Change by Sebastian G Pedersen :
--
components: Library (Lib)
nosy: SebastianGPedersen
priority: normal
severity: normal
status: open
title: ftplib uses latin-1 as default encoding
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9
Change by Sebastian G Pedersen :
--
keywords: +patch
pull_requests: +17443
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18048
___
Python tracker
<https://bugs.python.org/issu
Sebastian G Pedersen added the comment:
Thank you for the feedback.
I will elaborate a little bit on the reasons and thoughts behind the pull
request:
Since RFC 2640, the industry standard within FTP Clients is UTF-8 (see e.g.
FileZilla here: https://wiki.filezilla-project.org
Sebastian G Pedersen added the comment:
Thanks again for the engagement.
I am also in favor of adding the encoding to the constructor. However,
following Giampaolo's comment, that utf-8 is standard and has been for a long
time (and the RFC dating back to year 1999), I am also in fav
Sebastian G Pedersen added the comment:
Yes, I will update the PR before the end of next week.
--
___
Python tracker
<https://bugs.python.org/issue39
Sebastian Ortiz Vasquez added the comment:
I have been working with this in order to generate an RSS feed using web2py.
I found, XMLGenerator method does not validate if is an unicode or string type,
and it does not encode accord the encoding parameter of the XMLGenerator.
I added changed the
New submission from Sebastian Ortiz Vasquez:
The XMLGenerator character method is unable to detect and encode using the
encoding defined in the constructor.
This yields to an UnicodeEncode exception, because always tries to encode using
'ascii' as default in python 2
--
Sebastian Ortiz Vasquez added the comment:
Added new test and patch generated following the python development directions
found on http://docs.python.org/devguide/patch.html
--
type: -> crash
Added file: http://bugs.python.org/file29655/XMLGenerator.pa
Changes by Sebastian Ortiz Vasquez :
Removed file: http://bugs.python.org/file29655/XMLGenerator.patch
___
Python tracker
<http://bugs.python.org/issue17606>
___
___
Pytho
Changes by Sebastian Ortiz Vasquez :
Added file: http://bugs.python.org/file29656/XMLGenerator.patch
___
Python tracker
<http://bugs.python.org/issue17606>
___
___
Pytho
Sebastian A. Brachi added the comment:
> I wrote a proposal to the board a while ago
I couldn't find that proposal, could you post a link to it? Thanks!
--
nosy: +Sebastian A. Brachi
___
Python tracker
<http://bugs.python.org
301 - 313 of 313 matches
Mail list logo