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 orsenthil
Recipients djc, eric.araujo, ezio.melotti, flox, orsenthil, ysj.ray
Date 2010-07-30.19:22:14
SpamBayes Score 0.0047374573
Marked as misclassified No
Message-id <1280517737.36.0.895042114496.issue9301@psf.upfronthosting.co.za>
In-reply-to
Content
Flox, agree to your patch on checking for unquote({}) and unquote(()).

AttributeError on unquote(None) was a mistake in previous releases and it was not intentional. We stand at a chance of correcting that when we are explicitly raising an Exception. Perhaps in another bug report to explicitly track it.

Ezio: It was conscious design decision to support both bytes and string for these functions. I think, discussed in issue3300
History
Date User Action Args
2010-07-30 19:22:17orsenthilsetrecipients: + orsenthil, djc, ezio.melotti, eric.araujo, flox, ysj.ray
2010-07-30 19:22:17orsenthilsetmessageid: <1280517737.36.0.895042114496.issue9301@psf.upfronthosting.co.za>
2010-07-30 19:22:15orsenthillinkissue9301 messages
2010-07-30 19:22:15orsenthilcreate