summaryrefslogtreecommitdiff
path: root/docs/differences
diff options
context:
space:
mode:
Diffstat (limited to 'docs/differences')
-rw-r--r--docs/differences/python_35.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences/python_35.rst b/docs/differences/python_35.rst
index 06cfbfc03..94b10b583 100644
--- a/docs/differences/python_35.rst
+++ b/docs/differences/python_35.rst
@@ -140,7 +140,7 @@ Changes to built-in modules:
| The *socket.sendall()* method no longer resets the socket timeout every time bytes are received or sent. | |
| The socket timeout is now the maximum total duration to send all data. | |
+-----------------------------------------------------------------------------------------------------------+---------------+
- | The backlog argument of the *socket.listen()* method is now optional. By default it is set to SOMAXCONN or| |
+ | The backlog argument of the *socket.listen()* method is now optional. By default it is set to SOMAXCONN or| Completed |
| to 128, whichever is less. | |
+-----------------------------------------------------------------------------------------------------------+---------------+
| `ssl <https://docs.python.org/3/whatsnew/3.5.html#ssl>`_ |