[ python-Bugs-1737737 ] telnetlib.Telnet does not process DATA MARK (DM)

SourceForge.net noreply at sourceforge.net
Fri Jun 15 11:59:07 CEST 2007


Bugs item #1737737, was opened at 2007-06-15 11:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1737737&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Norbert Buchmüller (norbert_b)
Assigned to: Nobody/Anonymous (nobody)
Summary: telnetlib.Telnet does not process DATA MARK (DM)

Initial Comment:
According to RFC854, the DATA MARK (DM, character code 0xf2) is a control character of the TELNET protocol that should be removed from the input stream (see 'THE TELNET "SYNCH" SIGNAL' in RFC854). Unfortunately the telnetlib.Telnet implementation shipped with Python version 2.5 simply passes the DM char through..

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1737737&group_id=5470


More information about the Python-bugs-list mailing list