]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
authorGiampaolo Rodolà <g.rodola@gmail.com>
Mon, 4 Oct 2010 21:08:36 +0000 (21:08 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Mon, 4 Oct 2010 21:08:36 +0000 (21:08 +0000)
commit977c707b425ee753d54f3e9010f07ec77ef61274
tree580e12fd41103a684b4c24b53d43569eb69bc6a8
parent4c94c5363091350ed56bfbdbc6cc00e1048b456c
Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher
Doc/library/asyncore.rst
Doc/whatsnew/3.2.rst
Lib/asyncore.py
Lib/smtpd.py
Lib/test/test_asyncore.py
Lib/test/test_ftplib.py
Lib/test/test_poplib.py
Lib/test/test_smtplib.py
Lib/test/test_ssl.py
Misc/NEWS