diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 09:54:17 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 09:54:17 (GMT) |
commit | 6e13f130a9bde00db9fc17934987ed36da251aa7 (patch) | |
tree | 2b1be197ce7c94598ad2c9f52286a293b7219bcd /Doc/howto | |
parent | b2c9e9ad91542e28a77efabe6b16a7021ccc34d3 (diff) | |
download | cpython-6e13f130a9bde00db9fc17934987ed36da251aa7.zip cpython-6e13f130a9bde00db9fc17934987ed36da251aa7.tar.gz cpython-6e13f130a9bde00db9fc17934987ed36da251aa7.tar.bz2 |
Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/sockets.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/howto/sockets.rst b/Doc/howto/sockets.rst index e2703f5..a4ae9c0 100644 --- a/Doc/howto/sockets.rst +++ b/Doc/howto/sockets.rst @@ -1,3 +1,5 @@ +.. _socket-howto: + **************************** Socket Programming HOWTO **************************** |