summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2011-12-22 01:15:53 (GMT)
committerMichael Foord <michael@voidspace.org.uk>2011-12-22 01:15:53 (GMT)
commit85530aa1c369ce83f59bb2e10b6af34c889894fb (patch)
tree146ddafe3ac4b28f0ec2cdd4d36a9aff00edcc3b /Misc
parent059226b8ec3b94255b356e770c47e4311195af91 (diff)
parent3ba95f8bd984a0033c0b2da9974f67f537dedc9e (diff)
downloadcpython-85530aa1c369ce83f59bb2e10b6af34c889894fb.zip
cpython-85530aa1c369ce83f59bb2e10b6af34c889894fb.tar.gz
cpython-85530aa1c369ce83f59bb2e10b6af34c889894fb.tar.bz2
Merge
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 c521497..d3587dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -422,6 +422,9 @@ Library
- Issue #13620: Support for Chrome browser in webbrowser.py Patch contributed
by Arnaud Calmettes.
+- Issue #11829: Fix code execution holes in inspect.getattr_static for
+ metaclasses with metaclasses. Patch by Andreas Stührk.
+
- Issue #12708: Add starmap() and starmap_async() methods (similar to
itertools.starmap()) to multiprocessing.Pool. Patch by Hynek Schlawack.