]> granicus.if.org Git - python/commit
Caolan McNamara:
authorGuido van Rossum <guido@python.org>
Tue, 2 May 2000 14:32:11 +0000 (14:32 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 May 2000 14:32:11 +0000 (14:32 +0000)
commit823eb4ba817213698f0ac197cdcd4e56b738c32b
treecc04d26f0e54f03cfd5fdd3f75e5112a82fc84f0
parentce33eb3ee8655f3e403bcae20ffe3aeb924ff40a
Caolan McNamara:

telnetlib is unable to connect to a few telnet daemons because of
improper IAC handling, heres an attached oneliner to reject WILL
messages which will allow many more telnet daemons to work with it,
namely FreeBSD.
Lib/telnetlib.py