commit | f845302d06542c2a3a52a9356c09d54ecbf44610 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 12 22:05:42 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 12 22:05:42 2010 +0000 |
tree | 20a649b936a59d6fbbb914e60da53a3f7e58c5f3 | |
parent | a515bab035ef19e923e781171115c4a3a7f4e8fe [diff] |
Merged revisions 77448 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77448 | antoine.pitrou | 2010-01-12 23:02:10 +0100 (mar., 12 janv. 2010) | 3 lines Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. ........