Fix Issue #6005: Examples in the socket library documentation use sendall,

where relevant, instead send method.
This commit is contained in:
Senthil Kumaran 2012-02-09 17:54:17 +08:00
parent b2c9e9ad91
commit 6e13f130a9
4 changed files with 17 additions and 11 deletions

View file

@ -1,3 +1,5 @@
.. _socket-howto:
****************************
Socket Programming HOWTO
****************************