From: Petri Lehtinen Date: Mon, 29 Oct 2012 19:26:56 +0000 (+0200) Subject: #14897: Enhance error messages of struct.pack and struct.pack_into X-Git-Tag: v3.4.0a1~2147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1380557e3c647218bcb1bd1d4465cd9563a25bc;p=thirdparty%2FPython%2Fcpython.git #14897: Enhance error messages of struct.pack and struct.pack_into Patch by Matti Mäki. --- f1380557e3c647218bcb1bd1d4465cd9563a25bc diff --cc Misc/NEWS index 13e3669d27e3,76d4ad9b13ba..04e9f30f3bc1 --- a/Misc/NEWS +++ 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

tags in text mode when the logdir option is specified.