This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients belopolsky, eric.araujo, ezio.melotti, jcea, lemburg, rhettinger, sdaoden, vstinner
Date 2011-02-25.22:59:50
SpamBayes Score 0.00018636278
Marked as misclassified No
Message-id <4D683464.2010500@egenix.com>
In-reply-to <1298674343.43.0.620018615761.issue11303@psf.upfronthosting.co.za>
Content
STINNER Victor wrote:
> 
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
> 
>> r88586: Normalized the encoding names for Latin-1 and UTF-8 to
>> 'latin-1' and 'utf-8' in the stdlib.
> 
> Why did you do that? We are trying to find a solution together, and you change directly the code without any review. Your commit doesn't solve this issue.

As discussed on python-dev, the stdlib should use Python's
default names for encodings and that's what I changed.

> Your commit is now useless, can you please revert it?

This ticket was mainly discussing use cases in
3rd party applications, not code that we have control over
in the stdlib - we can easily fix that and that's what I did
with the above checkin.
History
Date User Action Args
2011-02-25 22:59:51lemburgsetrecipients: + lemburg, rhettinger, jcea, belopolsky, vstinner, ezio.melotti, eric.araujo, sdaoden
2011-02-25 22:59:50lemburglinkissue11303 messages
2011-02-25 22:59:50lemburgcreate