Skip to content

Commit 1daeeb2

Browse files
committed
docs/differences: Update Python 3.5 diff, with optional listen backlog.
Signed-off-by: Damien George <damien@micropython.org>
1 parent aab005c commit 1daeeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/differences/python_35.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Changes to built-in modules:
140140
| The *socket.sendall()* method no longer resets the socket timeout every time bytes are received or sent. | |
141141
| The socket timeout is now the maximum total duration to send all data. | |
142142
+-----------------------------------------------------------------------------------------------------------+---------------+
143-
| The backlog argument of the *socket.listen()* method is now optional. By default it is set to SOMAXCONN or| |
143+
| The backlog argument of the *socket.listen()* method is now optional. By default it is set to SOMAXCONN or| Completed |
144144
| to 128, whichever is less. | |
145145
+-----------------------------------------------------------------------------------------------------------+---------------+
146146
| `ssl <https://docs.python.org/3/whatsnew/3.5.html#ssl>`_ |

0 commit comments

Comments
 (0)