summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-20 08:40:43 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-20 08:40:43 (GMT)
commit88659b0ab29c1022ce0b4d95e60ddf515ef43b16 (patch)
tree8696c70b6076ef92e71686928475c838d6ac44ca /Misc
parent112aa5032985925608844d7421e12703afd6ce41 (diff)
downloadcpython-88659b0ab29c1022ce0b4d95e60ddf515ef43b16.zip
cpython-88659b0ab29c1022ce0b4d95e60ddf515ef43b16.tar.gz
cpython-88659b0ab29c1022ce0b4d95e60ddf515ef43b16.tar.bz2
#2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 156d4bc..850a926 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Extension Modules
-----------------
+- Issue #2592: delegate nb_index and the floor/truediv slots in
+ weakref.proxy.
+
- Support os.O_ASYNC and fcntl.FASYNC if the constants exist on the
platform.