summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-23 21:22:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-23 21:22:42 (GMT)
commitf5fcd33be9b21b148774d3fa2832bb0627e94809 (patch)
tree2c445e396ed3cd28b9d83d633f62c7708798364e /Misc
parent4b244ef2554bd6e35fb432ad9b55eae90f37b4db (diff)
parent7963a35b417dfde5d97c52c05b73af738c827ca6 (diff)
downloadcpython-f5fcd33be9b21b148774d3fa2832bb0627e94809.zip
cpython-f5fcd33be9b21b148774d3fa2832bb0627e94809.tar.gz
cpython-f5fcd33be9b21b148774d3fa2832bb0627e94809.tar.bz2
merge 3.1
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 db780be..fac8078 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Correct lookup of __dir__ on objects. Among other things, this causes errors
+ besides AttributeError found on lookup to be propagated.
+
- Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore
to be able to unload the module.