From: Christian Heimes Date: Wed, 21 Nov 2007 01:17:28 +0000 (+0000) Subject: Added NEWS entry X-Git-Tag: v2.6a1~1026 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f065a414a4cef2f9fc0056757aee71c444c59b1;p=thirdparty%2FPython%2Fcpython.git Added NEWS entry Thanks for the reminder, Brett --- diff --git a/Misc/NEWS b/Misc/NEWS index ddba8b8f17ac..08095d17e77b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -952,6 +952,7 @@ Extension Modules - Build using system ffi library on arm*-linux*. +- Bug #1372: zlibmodule.c: int overflow in PyZlib_decompress Tests -----