From: Andrew M. Kuchling Date: Mon, 18 Dec 2006 20:27:30 +0000 (+0000) Subject: Add forgotten NEWS item for previous commit X-Git-Tag: v2.5.1c1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6acc8718c863de31349ce7213e3bc76b81f4d32;p=python Add forgotten NEWS item for previous commit --- diff --git a/Misc/NEWS b/Misc/NEWS index f9560e3c0c..8cb8ec835e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -81,6 +81,8 @@ Extension Modules - Patch #1544279: Improve thread-safety of the socket module by moving the sock_addr_t storage out of the socket object. +- Patch #1615868: make bz2.BZFile.seek() work for offsets >2GiB. + - Bug #1563807: _ctypes built on AIX fails with ld ffi error. - Bug #1598620: A ctypes Structure cannot contain itself.