Patches item #1678077, was opened at 2007-03-10 23:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1678077&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: None
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bj�rn Lindqvist (sonderblade)
Assigned to: Nobody/Anonymous (nobody)
Summary: improve telnetlib.Telnet so option negotiation becomes easie

Initial Comment:
This patch is a merger of #664020 (telnetlib option subnegotiation fix) and 
#1520081 (telnetlib.py change to ease option handling) which are both outdated.

The purpose of it is to replace the set_option_negotiation_callback with a 
handle_option method that subclasses can reimplement. This should make it much 
easier to implement custom option negotiation handling. The patch also extends 
the documentation somewhat to make it clearer how to to implement custom option 
subnegotiation.

It breaks compatibility with earlier Pythons because it removes 
set_option_negotiation_callback. But I think it should be good to apply it for 
Python 3.0. See the referenced patches for many more details.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1678077&group_id=5470
_______________________________________________
Patches mailing list
Patches@python.org
http://mail.python.org/mailman/listinfo/patches

Reply via email to