commit | 9227508dec49240d3e528d0a319048a3a2cb02c6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 23 19:54:28 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 23 19:54:28 2010 +0000 |
tree | 0e196f7403b4ce9167baf0b4de7242e66995b329 | |
parent | f67ea2d0050c45e7ee7120bf1c5ecee622feffcc [diff] |
Merged revisions 84980 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84980 | antoine.pitrou | 2010-09-23 21:51:39 +0200 (jeu., 23 sept. 2010) | 3 lines Issue #9928: Properly initialize the types exported by the bz2 module. ........