[New-bugs-announce] [issue36481] telnetlib process_rawq() callback

Gökhan Öztürk report at bugs.python.org
Fri Mar 29 22:11:13 EDT 2019


New submission from Gökhan Öztürk <gokhan at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36481>
_______________________________________


More information about the New-bugs-announce mailing list