commit | 88659b0ab29c1022ce0b4d95e60ddf515ef43b16 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue May 20 08:40:43 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue May 20 08:40:43 2008 +0000 |
tree | 8696c70b6076ef92e71686928475c838d6ac44ca | |
parent | 112aa5032985925608844d7421e12703afd6ce41 [diff] [blame] |
#2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
diff --git a/Misc/NEWS b/Misc/NEWS index 156d4bc..850a926 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -36,6 +36,9 @@ 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.