]> granicus.if.org Git - python/commit
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 29 Apr 2014 00:03:40 +0000 (02:03 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Tue, 29 Apr 2014 00:03:40 +0000 (02:03 +0200)
commit8af740c46a89f46d6a2f59869847724a5eaf3625
tree4fbe7809cbdc62ab301047009c6bf224223c2631
parent63aeb71909f3058ee69f6e39478f541a045c2fbd
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack.
Lib/asyncore.py
Lib/test/test_asyncore.py
Misc/NEWS