]> granicus.if.org Git - python/commit
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 May 2011 17:16:29 +0000 (19:16 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 May 2011 17:16:29 +0000 (19:16 +0200)
commit1be815aac49bc0dc3937eb3a618fc9f1a6deb51a
tree53a031df40dc4b8cebfb5b5fe586ffdecd78c392
parentcda41d3bf74f97f8956eb9018bdc02c693b65282
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
order to accept exactly one connection.  Patch by Daniel Evers.
Doc/library/socket.rst
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c