commit | 4cf72aaafbf165c544a4fd7e9bd965bc4348646c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 15 00:23:22 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 15 00:23:22 2010 +0000 |
tree | 4ad0915043345d2cb1e5933cff9254c1f4891729 | |
parent | 47c8ede0b809980830818caa1e4957743eb25b3f [diff] |
Merged revisions 77506 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77506 | antoine.pitrou | 2010-01-15 01:18:00 +0100 (ven., 15 janv. 2010) | 4 lines Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a 1-byte argument. Patch by Victor Stinner. ........