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 hdima
Recipients amaury.forgeotdarc, hdima, orsenthil, vstinner
Date 2008-10-14.12:11:58
SpamBayes Score 1.175808e-06
Marked as misclassified No
Message-id <1223986319.37.0.847429358656.issue3714@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, you need to read the comments first:

- Use of ISO-8859-1 it's a bad idea here. See msg72776 for details.
Moreover RFC-3977 explicitly say about UTF-8, so I think we need to use
UTF-8.
- Maybe set_encoding() isn't needed but you need to have a possibility
to change encoding after object creation. Because different groups can
use different encodings. But with makefile() addition you just remove
this possibility.
History
Date User Action Args
2008-10-14 12:11:59hdimasetrecipients: + hdima, amaury.forgeotdarc, orsenthil, vstinner
2008-10-14 12:11:59hdimasetmessageid: <1223986319.37.0.847429358656.issue3714@psf.upfronthosting.co.za>
2008-10-14 12:11:58hdimalinkissue3714 messages
2008-10-14 12:11:58hdimacreate