New submission from Gökhan Öztürk <gok...@eg-ozturk.com>: 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() ---------- components: IO messages: 339166 nosy: Gökhan Öztürk priority: normal severity: normal status: open title: telnetlib process_rawq() callback type: enhancement versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36481> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com