summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-07-13 23:19:20 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-07-13 23:19:20 (GMT)
commit964ee2669e8c35b6c98c2275ccb981a46c57e85d (patch)
tree57910edbfb877d69a32329dbbede06fb04667fa0 /Misc
parent3f682adcf2c4507d90ac464bc8ec70b13f8b8412 (diff)
downloadcpython-964ee2669e8c35b6c98c2275ccb981a46c57e85d.zip
cpython-964ee2669e8c35b6c98c2275ccb981a46c57e85d.tar.gz
cpython-964ee2669e8c35b6c98c2275ccb981a46c57e85d.tar.bz2
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 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 02f571a..93af016 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -433,6 +433,7 @@ Ben Laurie
Simon Law
Chris Lawrence
Brian Leair
+James Lee
John J. Lee
Inyeol Lee
Thomas Lee
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c26473..3717942 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ C-API
Library
-------
+- Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
+
- ``ast.literal_eval()`` now allows byte literals.
- Issue #9137: Fix issue in MutableMapping.update, which incorrectly