commit | 5c89c19eae988245a826dc1f750c55ebb5f329bc | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Mon Oct 29 21:16:57 2012 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Mon Oct 29 21:20:19 2012 +0200 |
tree | 048025a8abe5a1aca3498129c5649eb977d27257 | |
parent | 64c0b2ca3da8ffcaf8a8cf150a59eeb300326529 [diff] [blame] |
#14897: Enhance error messages of struct.pack and struct.pack_into Patch by Matti Mäki.
diff --git a/Misc/NEWS b/Misc/NEWS index f384a2e..11113f3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -125,6 +125,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.