commit | 6d4b00ccc15f46702e1ab9242f16f4a80003f95a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 14 16:33:34 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 14 16:33:34 2010 +0000 |
tree | 52cec58ee7a8e9e11f112472b46bf1603e1607bd | |
parent | 853c3bbc4c10c84f66471ff9423d572301f3015b [diff] |
Merge note: only the tests have been kept here, since the rest was already a backport. Merged revisions 77497 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77497 | antoine.pitrou | 2010-01-14 17:27:09 +0100 (jeu., 14 janv. 2010) | 5 lines 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. ........