summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-19 12:46:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-19 12:46:25 (GMT)
commitd205d0145c8f5a37d0a46261eb0193e27b5b0ad8 (patch)
tree9875b22539719a974e8cbff40300623ae01bd18a /Misc/NEWS
parente914cd1308103de3f14cecbecc0f9aa46c8be074 (diff)
downloadcpython-d205d0145c8f5a37d0a46261eb0193e27b5b0ad8.zip
cpython-d205d0145c8f5a37d0a46261eb0193e27b5b0ad8.tar.gz
cpython-d205d0145c8f5a37d0a46261eb0193e27b5b0ad8.tar.bz2
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index faad313..f44b3dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Core and Builtins
Library
-------
+- Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
+
- Issue #16620: Fixed AttributeError in msilib.Directory.glob().
- Issue #26013: Added compatibility with broken protocol 2 pickles created