mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method.
This commit is contained in:
parent
b2c9e9ad91
commit
6e13f130a9
4 changed files with 17 additions and 11 deletions
|
@ -1,3 +1,5 @@
|
|||
.. _socket-howto:
|
||||
|
||||
****************************
|
||||
Socket Programming HOWTO
|
||||
****************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue