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 serhiy.storchaka
Date 2013-04-25.10:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366887014.03.0.146233163462.issue17842@psf.upfronthosting.co.za>
In-reply-to
Content
Most base64 functions accepts str, bytes or bytearray. Lib/tests/test_base64.py tests only bytes (and sometimes str) arguments. At least one test case with bytearray argument needed for every function.
History
Date User Action Args
2013-04-25 10:50:14serhiy.storchakasetrecipients: + serhiy.storchaka
2013-04-25 10:50:14serhiy.storchakasetmessageid: <1366887014.03.0.146233163462.issue17842@psf.upfronthosting.co.za>
2013-04-25 10:50:13serhiy.storchakalinkissue17842 messages
2013-04-25 10:50:13serhiy.storchakacreate