diff options
author | Georg Brandl <georg@python.org> | 2008-05-20 08:40:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-20 08:40:43 (GMT) |
commit | 88659b0ab29c1022ce0b4d95e60ddf515ef43b16 (patch) | |
tree | 8696c70b6076ef92e71686928475c838d6ac44ca /Misc | |
parent | 112aa5032985925608844d7421e12703afd6ce41 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |