[Python-checkins] r53056 - python/branches/release25-maint/Misc/NEWS

andrew.kuchling python-checkins at python.org
Mon Dec 18 21:27:31 CET 2006


Author: andrew.kuchling
Date: Mon Dec 18 21:27:30 2006
New Revision: 53056

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
Add forgotten NEWS item for previous commit

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Mon Dec 18 21:27:30 2006
@@ -81,6 +81,8 @@
 - 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.


More information about the Python-checkins mailing list