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 bob.ippolito
Recipients bob.ippolito, cben, ggenellina, rhettinger, steven.daprano
Date 2009-03-01.18:04:00
SpamBayes Score 7.086527e-06
Marked as misclassified No
Message-id <1235930641.92.0.499308132043.issue5067@psf.upfronthosting.co.za>
In-reply-to
Content
Er, sorry, missed "(from JSONable combinations of types)". It's early.

Anyway, I can change the error message, but I will not make it special-
case single quotes for its own error message. I will have to think about 
what the message could say instead. Note that the same sort of person who 
throws random input at parsers might even expect {test: 'test'} to work 
since that is valid JavaScript but not valid JSON.
History
Date User Action Args
2009-03-01 18:04:02bob.ippolitosetrecipients: + bob.ippolito, rhettinger, cben, ggenellina, steven.daprano
2009-03-01 18:04:01bob.ippolitosetmessageid: <1235930641.92.0.499308132043.issue5067@psf.upfronthosting.co.za>
2009-03-01 18:04:00bob.ippolitolinkissue5067 messages
2009-03-01 18:04:00bob.ippolitocreate