This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author goztrk
Recipients goztrk
Date 2019-03-30.02:11:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553911873.53.0.089397149063.issue36481@roundup.psfhosted.org>
In-reply-to
Content
telnetlib.Telnet class requires a callback so that the raw data that comes from socket can be processed first.

This will be useful for the compressed incoming data. Most of the MUD servers have MCCP V2 (byte: 86) protocol that send compressed data. But as for now. the only option is to create new class that inherits telnetlib.Telnet and override process_rawq()
History
Date User Action Args
2019-03-30 02:11:13goztrksetrecipients: + goztrk
2019-03-30 02:11:13goztrksetmessageid: <1553911873.53.0.089397149063.issue36481@roundup.psfhosted.org>
2019-03-30 02:11:13goztrklinkissue36481 messages
2019-03-30 02:11:13goztrkcreate