]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#14897: Enhance error messages of struct.pack and struct.pack_into
authorPetri Lehtinen <petri@digip.org>
Mon, 29 Oct 2012 19:26:56 +0000 (21:26 +0200)
committerPetri Lehtinen <petri@digip.org>
Mon, 29 Oct 2012 19:26:56 +0000 (21:26 +0200)
Patch by Matti Mäki.

1  2 
Misc/ACKS
Misc/NEWS
Modules/_struct.c

diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index 13e3669d27e31c06336c85c8bd24b945812db859,76d4ad9b13ba677f4bebc14a1a5a7dc5815f0b05..04e9f30f3bc1365af7035e3d9c4f2523887afd22
+++ b/Misc/NEWS
@@@ -62,9 -49,9 +62,12 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #14897: Enhance error messages of struct.pack and
+   struct.pack_into. Patch by Matti Mäki.
 +- Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
 +  Patch by Serhiy Storchaka.
 +
  - Issue #12890: cgitb no longer prints spurious <p> tags in text
    mode when the logdir option is specified.
  
Simple merge