diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 +0000 |
commit | 2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e (patch) | |
tree | b71e16ba4cc65d3dbd1c7eb91763058a0acf1f1d /Doc/library/telnetlib.rst | |
parent | 2d6d772fbef518ce87be8ed5b757b43fcde679b3 (diff) | |
download | cpython-2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e.tar.gz |
More source links
Diffstat (limited to 'Doc/library/telnetlib.rst')
-rw-r--r-- | Doc/library/telnetlib.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/telnetlib.rst b/Doc/library/telnetlib.rst index 6e3abdea4d..646634db7c 100644 --- a/Doc/library/telnetlib.rst +++ b/Doc/library/telnetlib.rst @@ -8,6 +8,10 @@ .. index:: single: protocol; Telnet +**Source code:** :source:`Lib/telnetlib.py` + +-------------- + The :mod:`telnetlib` module provides a :class:`Telnet` class that implements the Telnet protocol. See :rfc:`854` for details about the protocol. In addition, it provides symbolic constants for the protocol characters (see below), and for the |