commit | 964ee2669e8c35b6c98c2275ccb981a46c57e85d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 13 23:19:20 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 13 23:19:20 2010 +0000 |
tree | 57910edbfb877d69a32329dbbede06fb04667fa0 | |
parent | 3f682adcf2c4507d90ac464bc8ec70b13f8b8412 [diff] |
Merged revisions 82856-82857 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82856 | victor.stinner | 2010-07-14 01:04:56 +0200 (mer., 14 juil. 2010) | 2 lines Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. ........ r82857 | victor.stinner | 2010-07-14 01:08:01 +0200 (mer., 14 juil. 2010) | 2 lines Woops, test_sndhdr.py contains the same code twice: fix it ........