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 pitrou
Recipients ajaksu2, amaury.forgeotdarc, benjamin.peterson, bob.ippolito, christian.heimes, georg.brandl, loewis, pitrou, rhettinger
Date 2009-04-07.22:58:07
SpamBayes Score 7.987555e-06
Marked as misclassified No
Message-id <1239145088.99.0.701651363085.issue4136@psf.upfronthosting.co.za>
In-reply-to
Content
Christian:
1) in py3k, loads and dumps always seem to operate on/produce str
objects, but encode_basestring_ascii returns a bytes object. Why is that?

2) what is the use of the encoding argument in py3k? it looks completely
ignored (bytes objects are not allowed as input and never produced as
output)
History
Date User Action Args
2009-04-07 22:58:09pitrousetrecipients: + pitrou, loewis, georg.brandl, rhettinger, bob.ippolito, amaury.forgeotdarc, christian.heimes, ajaksu2, benjamin.peterson
2009-04-07 22:58:08pitrousetmessageid: <1239145088.99.0.701651363085.issue4136@psf.upfronthosting.co.za>
2009-04-07 22:58:07pitroulinkissue4136 messages
2009-04-07 22:58:07pitroucreate