]> granicus.if.org Git - python/commit
Issue 11177: asyncore's create_socket() arguments can now be omitted.
authorGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 25 Feb 2011 22:21:22 +0000 (22:21 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 25 Feb 2011 22:21:22 +0000 (22:21 +0000)
commit103a6d6cd6eb5bf894890f0126547e64ff20a5c9
treef563f4acf086ebf336d7d0319ee0070f5bc92770
parent0bd4deba383b1c7f05a4e0c94f1d4b96050a1308
Issue 11177: asyncore's create_socket() arguments can now be omitted.
Doc/library/asyncore.rst
Lib/asyncore.py
Lib/test/test_asyncore.py
Misc/NEWS