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 lukasz.langa
Recipients georg.brandl, lukasz.langa, r.david.murray, rhettinger, the_isz
Date 2011-04-05.18:46:41
SpamBayes Score 1.2212453e-15
Marked as misclassified No
Message-id <1302029201.86.0.476718895226.issue11597@psf.upfronthosting.co.za>
In-reply-to
Content
In my opinion we should unfortunately close this with WONTFIX because:

* adding a feature in a point release is not an option
* this may be poorly documented but most of the standard library in 2.x assumes bytestrings (and fails with Unicode strings). Same goes for instance for csv.
* storing encoded data internally enables for direct reading and writing to compatible files
* having Unicode instead requires the possibility to specify an `encoding` parameter to read* and write* methods. I added this parameter in 3.2 exactly for this reason.

So, unless I missed something obvious and there's more discussion, I am closing this issue next week.
History
Date User Action Args
2011-04-05 18:46:41lukasz.langasetrecipients: + lukasz.langa, georg.brandl, rhettinger, r.david.murray, the_isz
2011-04-05 18:46:41lukasz.langasetmessageid: <1302029201.86.0.476718895226.issue11597@psf.upfronthosting.co.za>
2011-04-05 18:46:41lukasz.langalinkissue11597 messages
2011-04-05 18:46:41lukasz.langacreate