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 dmajnemer
Recipients dmajnemer
Date 2009-03-04.05:16:46
SpamBayes Score 0.0016793137
Marked as misclassified No
Message-id <1236143809.26.0.796935135561.issue5414@psf.upfronthosting.co.za>
In-reply-to
Content
Note that binascii.a2b_uu("\0") returns
'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'.
This appears to be the same as binascii.a2b_uu() which is most likely
not the intention.
Also, binascii.a2b_uu("\0\0") returns an exception, "Illegal char",
which makes sense.
History
Date User Action Args
2009-03-04 05:16:49dmajnemersetrecipients: + dmajnemer
2009-03-04 05:16:49dmajnemersetmessageid: <1236143809.26.0.796935135561.issue5414@psf.upfronthosting.co.za>
2009-03-04 05:16:47dmajnemerlinkissue5414 messages
2009-03-04 05:16:46dmajnemercreate