#14897: Enhance error messages of struct.pack and struct.pack_into
Patch by Matti Mäki.
diff --git a/Misc/ACKS b/Misc/ACKS
index 2b97f51..a070be8 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -710,6 +710,7 @@
Luke Mewburn
Carl Meyer
Mike Meyer
+Piotr Meyer
Steven Miale
Trent Mick
Tom Middleton
@@ -742,7 +743,7 @@
Michael Muller
Neil Muller
R. David Murray
-Piotr Meyer
+Matti Mäki
Dale Nagata
John Nagle
Takahiro Nakayama
diff --git a/Misc/NEWS b/Misc/NEWS
index f2ba982..4484813 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -135,6 +135,9 @@
Library
-------
+- Issue #14897: Enhance error messages of struct.pack and
+ struct.pack_into. Patch by Matti Mäki.
+
- Issue #12890: cgitb no longer prints spurious <p> tags in text
mode when the logdir option is specified.