]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF bug #593696 telnetlib raises UnboundLocalError
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Aug 2002 20:07:38 +0000 (20:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Aug 2002 20:07:38 +0000 (20:07 +0000)
commitfa1cf942d9702326062b54489271a1af284178ad
tree76a5fffcd7c09b5b890d57c63021a7492b97f144
parent677ed2cb68a5847314252eaacfd63ad7fb956551
Fix SF bug #593696 telnetlib raises UnboundLocalError

Backported from:

revision 1.18
SF 554073.  Fix typo in error reporting of unrecognized character
following IAC.  Bugfix candidate if anyone cares.
Lib/telnetlib.py