diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-21 01:17:28 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-21 01:17:28 (GMT) |
commit | 3f065a414a4cef2f9fc0056757aee71c444c59b1 (patch) | |
tree | 382cb4f6369bdb6e44635d95992258d2d984eb24 /Misc | |
parent | 9db1d5a379769a75294f02b0ed59e88a9ac05d90 (diff) | |
download | cpython-3f065a414a4cef2f9fc0056757aee71c444c59b1.zip cpython-3f065a414a4cef2f9fc0056757aee71c444c59b1.tar.gz cpython-3f065a414a4cef2f9fc0056757aee71c444c59b1.tar.bz2 |
Added NEWS entry
Thanks for the reminder, Brett
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -952,6 +952,7 @@ Extension Modules - Build using system ffi library on arm*-linux*. +- Bug #1372: zlibmodule.c: int overflow in PyZlib_decompress Tests ----- |