diff options
author | Georg Brandl <georg@python.org> | 2008-02-01 11:59:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-01 11:59:08 (GMT) |
commit | 2a5d1c3493baaec824547bf1eaf27a456817712b (patch) | |
tree | 5dbe7aeb9928b55441a1cea215960071e0371531 /Doc/library/socket.rst | |
parent | fb43d1e4aacd6cbdd3689556e30143ac24d9bcad (diff) | |
download | cpython-2a5d1c3493baaec824547bf1eaf27a456817712b.zip cpython-2a5d1c3493baaec824547bf1eaf27a456817712b.tar.gz cpython-2a5d1c3493baaec824547bf1eaf27a456817712b.tar.bz2 |
Update IPv6 RFC number.
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 3d33190..ec46066 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -23,7 +23,7 @@ PS1:7 and PS1:8). The platform-specific reference material for the various socket-related system calls are also a valuable source of information on the details of socket semantics. For Unix, refer to the manual pages; for Windows, see the WinSock (or Winsock 2) specification. For IPv6-ready APIs, readers may -want to refer to :rfc:`2553` titled Basic Socket Interface Extensions for IPv6. +want to refer to :rfc:`3493` titled Basic Socket Interface Extensions for IPv6. .. index:: object: socket |