Message85757
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) |
|
Date |
User |
Action |
Args |
2009-04-07 22:58:09 | pitrou | set | recipients:
+ pitrou, loewis, georg.brandl, rhettinger, bob.ippolito, amaury.forgeotdarc, christian.heimes, ajaksu2, benjamin.peterson |
2009-04-07 22:58:08 | pitrou | set | messageid: <1239145088.99.0.701651363085.issue4136@psf.upfronthosting.co.za> |
2009-04-07 22:58:07 | pitrou | link | issue4136 messages |
2009-04-07 22:58:07 | pitrou | create | |
|