[issue19170] telnetlib: use selectors

Charles-François Natali report at bugs.python.org
Sat Oct 5 15:16:10 CEST 2013


New submission from Charles-François Natali:

The patch attached uses selector in telnetlib.
This removes a lot of duplicated code.

----------
components: Library (Lib)
files: telnetlib_selectors.diff
keywords: needs review, patch
messages: 198986
nosy: neologix
priority: normal
severity: normal
stage: patch review
status: open
title: telnetlib: use selectors
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31962/telnetlib_selectors.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19170>
_______________________________________


More information about the Python-bugs-list mailing list