]> granicus.if.org Git - python/commit
Decided to add the telnet library that I wrote long ago (it's still in
authorGuido van Rossum <guido@python.org>
Wed, 24 Dec 1997 21:07:04 +0000 (21:07 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 Dec 1997 21:07:04 +0000 (21:07 +0000)
commitb9b50eb7e09ec1b28e8549c2c90d7ed5748b3173
tree89ff834a8fabb506852f61eb6cfd707ad3e380aa
parentdd79bd3539a4fb2dd64ddc3b45fc48259532363a
Decided to add the telnet library that I wrote long ago (it's still in
the Demos/cwilib directory).  Converted comments to doc strings and
used default arguments instead of *args.  Updated the example.
Lib/telnetlib.py [new file with mode: 0644]