summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-03-29 20:04:23 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-03-29 20:04:23 (GMT)
commite6410c536c9dca5a3a7899888c071f41a1767291 (patch)
treea654e088538f3ca6b1b78aa3a2f2c95315124852 /Misc
parentb8d688cd7c8b7d267cb84f2431457b71e52628fb (diff)
downloadcpython-e6410c536c9dca5a3a7899888c071f41a1767291.zip
cpython-e6410c536c9dca5a3a7899888c071f41a1767291.tar.gz
cpython-e6410c536c9dca5a3a7899888c071f41a1767291.tar.bz2
Backport of weakref.WeakSet and tests from Python 3.
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 e8fc0b0..7855dd5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Library
True/False. This makes Fraction <=> complex comparisons consistent with
int <=> complex, float <=> complex, and complex <=> complex comparisons.
+- Addition of ``WeakSet`` to the ``weakref`` module.
+
- logging: Added LOG_FTP to SysLogHandler and updated documentation.
- Issue #8205: Remove the "Modules" directory from sys.path when Python is