summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-02-10 16:21:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-02-10 16:21:34 (GMT)
commit013bb91aa304062bb65fe8951e2d263f2065ee56 (patch)
tree27febdf4f9bb1022798cdf8f44eef801987064e9 /Misc
parent761412246751bbf32bfa6315a9888d6cbf322ee5 (diff)
downloadcpython-013bb91aa304062bb65fe8951e2d263f2065ee56.zip
cpython-013bb91aa304062bb65fe8951e2d263f2065ee56.tar.gz
cpython-013bb91aa304062bb65fe8951e2d263f2065ee56.tar.bz2
Issue #19255: The builtins module is restored to initial value before
cleaning other modules. The sys and builtins modules are cleaned last.
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 142a82a..f642353 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Release date: 2014-02-10
Core and Builtins
-----------------
+- Issue #19255: The builtins module is restored to initial value before
+ cleaning other modules. The sys and builtins modules are cleaned last.
+
- Issue #20437: Fixed 22 potential bugs when deleting objects references.
- Issue #20500: Displaying an exception at interpreter shutdown no longer