Message 85752 - Python tracker (original) (raw)
Message85752
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:56 | benjamin.peterson | set | recipients: + benjamin.peterson, loewis, georg.brandl, rhettinger, bob.ippolito, amaury.forgeotdarc, pitrou, ajaksu2 |
2009-04-07 22:23:55 | benjamin.peterson | set | messageid: 1239143035.85.0.440066943086.issue4136@psf.upfronthosting.co.za |
2009-04-07 22:23:54 | benjamin.peterson | link | issue4136 messages |
2009-04-07 22:23:54 | benjamin.peterson | create |