summaryrefslogtreecommitdiffstats
path: root/Lib/telnetlib.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Decided to add the telnet library that I wrote long ago (it's still inGuido van Rossum1997-12-241-0/+424
the Demos/cwilib directory). Converted comments to doc strings and used default arguments instead of *args. Updated the example.