summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2014-04-29 00:03:40 (GMT)
committerGiampaolo Rodola' <g.rodola@gmail.com>2014-04-29 00:03:40 (GMT)
commit8af740c46a89f46d6a2f59869847724a5eaf3625 (patch)
tree4fbe7809cbdc62ab301047009c6bf224223c2631 /Misc/NEWS
parent63aeb71909f3058ee69f6e39478f541a045c2fbd (diff)
downloadcpython-8af740c46a89f46d6a2f59869847724a5eaf3625.zip
cpython-8af740c46a89f46d6a2f59869847724a5eaf3625.tar.gz
cpython-8af740c46a89f46d6a2f59869847724a5eaf3625.tar.bz2
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c711571..cd51f2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #13248: removed previously deprecated asyncore.dispatcher __getattr__
+ cheap inheritance hack.
+
- Issue #9815: assertRaises now tries to clear references to local variables
in the exception's traceback.