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 georg.brandl
Recipients exarkun, georg.brandl
Date 2008-10-28.17:22:46
SpamBayes Score 0.00012780781
Marked as misclassified No
Message-id <1225214568.67.0.323790153439.issue4221@psf.upfronthosting.co.za>
In-reply-to
Content
Since it is not defined which bytes are used as digits for bases > 36,
\x00 is not a "valid byte".

In any case, the problem here is that the base check is done after the
"no NULL" check. Perhaps the error should explicitly mention that no
null bytes are allowed.
History
Date User Action Args
2008-10-28 17:22:48georg.brandlsetrecipients: + georg.brandl, exarkun
2008-10-28 17:22:48georg.brandlsetmessageid: <1225214568.67.0.323790153439.issue4221@psf.upfronthosting.co.za>
2008-10-28 17:22:46georg.brandllinkissue4221 messages
2008-10-28 17:22:46georg.brandlcreate