mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Fix a couple of strings that were no-ops. urllib.open_file was a docstring
in 2.4, so put it back. The string in telnetlib looks like a comment.
This commit is contained in:
parent
a31bf18c48
commit
c5d0dbd328
2 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ class Telnet:
|
|||
else:
|
||||
self.iacseq += c
|
||||
elif len(self.iacseq) == 1:
|
||||
'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
|
||||
# 'IAC: IAC CMD [OPTION only for WILL/WONT/DO/DONT]'
|
||||
if c in (DO, DONT, WILL, WONT):
|
||||
self.iacseq += c
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue