]> granicus.if.org Git - python/commitdiff
Add forgotten NEWS item for previous commit
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 18 Dec 2006 20:27:30 +0000 (20:27 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 18 Dec 2006 20:27:30 +0000 (20:27 +0000)
Misc/NEWS

index f9560e3c0c346e73b4b04a5657290489bed67d75..8cb8ec835e1686f7f107b5d0e5632d796852b79a 100644 (file)
--- 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.