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 flox
Recipients djc, eric.araujo, flox, orsenthil, ysj.ray
Date 2010-07-27.22:16:11
SpamBayes Score 0.10947153
Marked as misclassified No
Message-id <1280268974.5.0.843750111318.issue9301@psf.upfronthosting.co.za>
In-reply-to
Content
For 3.2, there's some other corner cases which are not covered by the patch. Example:
>>> unquote(())
>>> unquote({})

See attached patch.
History
Date User Action Args
2010-07-27 22:16:14floxsetrecipients: + flox, orsenthil, djc, eric.araujo, ysj.ray
2010-07-27 22:16:14floxsetmessageid: <1280268974.5.0.843750111318.issue9301@psf.upfronthosting.co.za>
2010-07-27 22:16:13floxlinkissue9301 messages
2010-07-27 22:16:12floxcreate