Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
diff --git a/Misc/ACKS b/Misc/ACKS
index b340795..2823789 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -454,6 +454,7 @@
Simon Law
Chris Lawrence
Brian Leair
+James Lee
John J. Lee
Inyeol Lee
Thomas 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