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 serhiy.storchaka
Recipients Luka.Rahne, eric.araujo, ezio.melotti, maker, r.david.murray, serhiy.storchaka
Date 2012-10-04.19:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349378914.48.0.256402692966.issue16009@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated. Conformed other error messages. Now expected exceptions raised for all of the following strings:

''
'['
'[42'
'[42,'
'{'
'{"'
'{"spam'
'{"spam"'
'{"spam":'
'{"spam":42'
'{"spam":42,'
History
Date User Action Args
2012-10-04 19:28:34serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, eric.araujo, r.david.murray, maker, Luka.Rahne
2012-10-04 19:28:34serhiy.storchakasetmessageid: <1349378914.48.0.256402692966.issue16009@psf.upfronthosting.co.za>
2012-10-04 19:28:34serhiy.storchakalinkissue16009 messages
2012-10-04 19:28:34serhiy.storchakacreate