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-04-19.19:39:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429472370.35.0.81191626245.issue24000@psf.upfronthosting.co.za>
In-reply-to
Content
> Not according to the documentation.  'u' explicitly says it does not allow NUL characters.  'Z', 'u#', and 'Z#' all say they are "variants" of 'u' but never mention that they might allow NUL characters.

I understand the note in "u" description as explicitly saying that "u#" allows null characters.

The documentation for format units needs an update for other reasons and there is an issue with ready patch for this.
History
Date User Action Args
2015-04-19 19:39:30serhiy.storchakasetrecipients: + serhiy.storchaka, larry, zach.ware
2015-04-19 19:39:30serhiy.storchakasetmessageid: <1429472370.35.0.81191626245.issue24000@psf.upfronthosting.co.za>
2015-04-19 19:39:30serhiy.storchakalinkissue24000 messages
2015-04-19 19:39:30serhiy.storchakacreate