]> granicus.if.org Git - python/commit
Issue #7703: Add support for the new buffer API to functions of the
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Jan 2010 16:27:09 +0000 (16:27 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 Jan 2010 16:27:09 +0000 (16:27 +0000)
commitfd3a60d5efb7ad1e2127d66d151c2cc4280b112b
tree4f4de83eb2606d10af2f7d16bbf8fcfc89b2419e
parent647ed91d5c7360bdb36d909e7057aad8ce19f662
Issue #7703: Add support for the new buffer API to functions of the
binascii module.  Backported from py3k by Florent Xicluna, with some
additional tests.
Lib/test/test_binascii.py
Misc/NEWS
Modules/binascii.c