]> granicus.if.org Git - python/commit
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 16 Jan 2010 17:45:56 +0000 (17:45 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 16 Jan 2010 17:45:56 +0000 (17:45 +0000)
commitdb983a7c38ba3d98649c916afa12340bd8b6bed2
treec2e887f8cac57279d2b4d5127fd80cc16c16b884
parentc755dba90680200b550b0d387cbb908ea40ea43a
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
nor in py3k).  Patch by Florent Xicluna as well as additional tests.
Lib/test/test_binascii.py
Modules/binascii.c