~milo/+junk/python-linaro

« back to all changes in this revision

Viewing changes to Doc/library/telnetlib.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 23:23:55 UTC
  • mfrom: (36.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20120309232355-syhmsoce7nubjxgl
Tags: 2.7.3~rc1-1ubuntu1
* Merge with Debian; remaining changes:
  - Build-depend on libdb5.1-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
:mod:`telnetlib` --- Telnet client
3
2
==================================
4
3
 
9
8
 
10
9
.. index:: single: protocol; Telnet
11
10
 
 
11
**Source code:** :source:`Lib/telnetlib.py`
 
12
 
 
13
--------------
 
14
 
12
15
The :mod:`telnetlib` module provides a :class:`Telnet` class that implements the
13
16
Telnet protocol.  See :rfc:`854` for details about the protocol. In addition, it
14
17
provides symbolic constants for the protocol characters (see below), and for the