]> 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:03 +0000 (19:16 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 May 2011 17:16:03 +0000 (19:16 +0200)
commit47d1d0dc30a81f507fd51cd4c2abfaec735fdf13
tree8d3cfe4bebda74e33650984ba8d8f7594e26a545
parent351761236adc0196160370d09d818ffa7d4238ac
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