commit | e9ebde48cf5d7892794eacaeba683b308ce5a94b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 13 23:04:56 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jul 13 23:04:56 2010 +0000 |
tree | 7ca9edd545aaaf2cf36cad4fd1aa5c0ff3955538 | |
parent | 903396ee660679340e47f68d0da7b78d30c43480 [diff] [blame] |
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
diff --git a/Misc/NEWS b/Misc/NEWS index 86e8d16..6579ae1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -473,6 +473,8 @@ 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