[issue1737737] telnetlib.Telnet does not process DATA MARK (DM)

Jack Diederich report at bugs.python.org
Mon Apr 6 04:25:16 CEST 2009


Jack Diederich <jackdied at gmail.com> added the comment:

RFC 854 says that DM, like all other commands, is only valid when
preceded by an IAC.  telnetlib does filter these out appropriately (I
just added tests for it in r71302 and it behaves appropriately).

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1737737>
_______________________________________


More information about the Python-bugs-list mailing list