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 ncoghlan
Recipients barry, ezio.melotti, kushal.das, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2013-10-02.12:54:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380718496.14.0.863837963036.issue17839@psf.upfronthosting.co.za>
In-reply-to
Content
binascii already only supports simple C contiguous buffers, expanding it and the base64 module to handle anything else should be a separate RFE.
History
Date User Action Args
2013-10-02 12:54:56ncoghlansetrecipients: + ncoghlan, barry, pitrou, vstinner, ezio.melotti, serhiy.storchaka, kushal.das
2013-10-02 12:54:56ncoghlansetmessageid: <1380718496.14.0.863837963036.issue17839@psf.upfronthosting.co.za>
2013-10-02 12:54:56ncoghlanlinkissue17839 messages
2013-10-02 12:54:55ncoghlancreate