[issue36481] telnetlib process_rawq() callback

2021-10-20 Thread Gökhan Öztürk
Change by Gökhan Öztürk : -- versions: +Python 3.11 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue36481> ___ ___ Python-bugs-list mailing list Unsub

[issue36481] telnetlib process_rawq() callback

2021-10-19 Thread Gökhan Öztürk
Gökhan Öztürk added the comment: Made updates, tests for this old issue. -- ___ Python tracker <https://bugs.python.org/issue36481> ___ ___ Python-bugs-list m

[issue36481] telnetlib process_rawq() callback

2021-10-19 Thread Gökhan Öztürk
Change by Gökhan Öztürk : -- pull_requests: +27323 pull_request: https://github.com/python/cpython/pull/29052 ___ Python tracker <https://bugs.python.org/issue36

[issue36481] telnetlib process_rawq() callback

2019-03-29 Thread Gökhan Öztürk
New submission from Gökhan Öztürk : 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