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 ajaksu2, amaury.forgeotdarc, benjamin.peterson, bob.ippolito, georg.brandl, loewis, pitrou, rhettinger
Date 2009-04-07.22:23:34
SpamBayes Score 1.0913184e-06
Marked as misclassified No
Message-id <1239143035.85.0.440066943086.issue4136@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a half-baked patch against py3k. It resolves all the conflicts
but still has 15 failing tests. Perhaps someone would like to finish it up.

For example, json.dumps(b"hi") works, but not json.dumps([b"hi", "hi"])
History
Date User Action Args
2009-04-07 22:23:56benjamin.petersonsetrecipients: + benjamin.peterson, loewis, georg.brandl, rhettinger, bob.ippolito, amaury.forgeotdarc, pitrou, ajaksu2
2009-04-07 22:23:55benjamin.petersonsetmessageid: <1239143035.85.0.440066943086.issue4136@psf.upfronthosting.co.za>
2009-04-07 22:23:54benjamin.petersonlinkissue4136 messages
2009-04-07 22:23:54benjamin.petersoncreate