summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_telnetlib.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-3/+3
| | | | You might want to review this change as it's my first time. Be gentle. :-)
* Added timout parameter to telnetlib.Telnet. Also createdFacundo Batista2007-03-291-0/+74
test_telnetlib.py with a basic test and timeout ones. Docs are also updated.