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 vstinner
Recipients vstinner
Date 2010-06-08.21:23:21
SpamBayes Score 0.08936868
Marked as misclassified No
Message-id <1276032203.54.0.364398342729.issue8949@psf.upfronthosting.co.za>
In-reply-to
Content
"z" is supposed to be the same format than "s" but accepts None.... Except that "z" does also accept bytes. I suppose that "s" was "fixed" between Python2 and Python3, but "z" is not fixed yet.

I think that it can be fixed in Python 3.2 without any deprecation process.
History
Date User Action Args
2010-06-08 21:23:23vstinnersetrecipients: + vstinner
2010-06-08 21:23:23vstinnersetmessageid: <1276032203.54.0.364398342729.issue8949@psf.upfronthosting.co.za>
2010-06-08 21:23:21vstinnerlinkissue8949 messages
2010-06-08 21:23:21vstinnercreate