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 alexandre.vassalotti
Recipients alexandre.vassalotti
Date 2009-08-11.21:18:12
SpamBayes Score 3.25424e-05
Marked as misclassified No
Message-id <1250025494.99.0.177737914664.issue6687@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, in case you wonder, the added PyUnicode_Check(x) check is to force
PyBytes_FromObject to raise an error when given an empty unicode string
(I will this as a comment in my patch).
History
Date User Action Args
2009-08-11 21:18:15alexandre.vassalottisetrecipients: + alexandre.vassalotti
2009-08-11 21:18:14alexandre.vassalottisetmessageid: <1250025494.99.0.177737914664.issue6687@psf.upfronthosting.co.za>
2009-08-11 21:18:12alexandre.vassalottilinkissue6687 messages
2009-08-11 21:18:12alexandre.vassalotticreate