]> 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:19:13 +0000 (19:19 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 May 2011 17:19:13 +0000 (19:19 +0200)
commit3cade9942e5e3cc6d185ee5c1b444498e297be02
tree472cf36ec53e9a21ea524c620c06a9d376bd0256
parent388196ed72fbac61eea511eefb36f8f94634a8b4
parent1be815aac49bc0dc3937eb3a618fc9f1a6deb51a
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