diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2014-04-29 00:03:40 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2014-04-29 00:03:40 (GMT) |
commit | 8af740c46a89f46d6a2f59869847724a5eaf3625 (patch) | |
tree | 4fbe7809cbdc62ab301047009c6bf224223c2631 /Misc/NEWS | |
parent | 63aeb71909f3058ee69f6e39478f541a045c2fbd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |