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 larry, serhiy.storchaka, zach.ware
Date 2015-05-04.20:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430770613.24.0.292378982155.issue24000@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2 and earlier in Python 3 there were no restrictions that arguments for format units "s", "y", "u", "z" and "Z" (matching Argument Clinic converters with length=False) shouldn't contain NUL. And this was considered as a bug.

As for NUL, ask Victor. It argued for naming it "null character/byte" and it was consistently changed almost everywhere (left some documentation, but this will be fixed soon).

larry.one.more.clinic.format.unit.map.cleanup.5.txt looks almost good to me, but I hesitate about the zeroes parameter. str_converter has the zeroes parameter, but the length attribute.
History
Date User Action Args
2015-05-04 20:16:53serhiy.storchakasetrecipients: + serhiy.storchaka, larry, zach.ware
2015-05-04 20:16:53serhiy.storchakasetmessageid: <1430770613.24.0.292378982155.issue24000@psf.upfronthosting.co.za>
2015-05-04 20:16:53serhiy.storchakalinkissue24000 messages
2015-05-04 20:16:53serhiy.storchakacreate