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 benjamin.peterson
Recipients benjamin.peterson, bhy, georg.brandl
Date 2009-06-06.17:25:59
SpamBayes Score 7.284031e-07
Marked as misclassified No
Message-id <1244309161.1.0.400072537536.issue6223@psf.upfronthosting.co.za>
In-reply-to
Content
They are not public because implicitly encoding unicode is bad practice
in Python 3. You should use PyUnicode_AsEncodedString() or such.
History
Date User Action Args
2009-06-06 17:26:01benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, bhy
2009-06-06 17:26:01benjamin.petersonsetmessageid: <1244309161.1.0.400072537536.issue6223@psf.upfronthosting.co.za>
2009-06-06 17:25:59benjamin.petersonlinkissue6223 messages
2009-06-06 17:25:59benjamin.petersoncreate