summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-12-18 20:27:30 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-12-18 20:27:30 (GMT)
commite6acc8718c863de31349ce7213e3bc76b81f4d32 (patch)
tree336cd476e9e7646116c03bb69824c2368acd083d /Misc
parent9333ce189f7d74109987c78f59d04fb74f78eda4 (diff)
downloadcpython-e6acc8718c863de31349ce7213e3bc76b81f4d32.zip
cpython-e6acc8718c863de31349ce7213e3bc76b81f4d32.tar.gz
cpython-e6acc8718c863de31349ce7213e3bc76b81f4d32.tar.bz2
Add forgotten NEWS item for previous commit
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f9560e3..8cb8ec8 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.