]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added timout parameter to telnetlib.Telnet. Also created
authorFacundo Batista <facundobatista@gmail.com>
Thu, 29 Mar 2007 18:22:35 +0000 (18:22 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Thu, 29 Mar 2007 18:22:35 +0000 (18:22 +0000)
commitb6a5c9d605588e962f1cd242d2a52065f4c141db
treeb462b11e559d04c2eab3bc4e4332bcc77e6e218a
parent30712ab82f7c545cfe89ddf56de135bfbf0ccb67
Added timout parameter to telnetlib.Telnet. Also created
test_telnetlib.py with a basic test and timeout ones.
Docs are also updated.
Doc/lib/libtelnetlib.tex
Lib/telnetlib.py
Lib/test/test_telnetlib.py [new file with mode: 0644]
Misc/NEWS