[issue19170] telnetlib: use selectors

2013-10-21 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19170] telnetlib: use selectors

2013-10-21 Thread STINNER Victor
STINNER Victor added the comment: FYI I just create #19339: "telnetlib: time.monotonic() should be used instead of time.time() for timeout". -- ___ Python tracker ___ __

[issue19170] telnetlib: use selectors

2013-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset f713d9b6393c by Charles-François Natali in branch 'default': Issue #19170: telnetlib: use selectors. http://hg.python.org/cpython/rev/f713d9b6393c -- nosy: +python-dev ___ Python tracker

[issue19170] telnetlib: use selectors

2013-10-18 Thread Charles-François Natali
Changes by Charles-François Natali : -- nosy: +haypo, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue19170] telnetlib: use selectors

2013-10-05 Thread Charles-François Natali
Charles-François Natali added the comment: Here's an updated patch (the previous one mistakenly removed a testcase). -- Added file: http://bugs.python.org/file31970/telnetlib_selectors-1.diff ___ Python tracker ___

[issue19170] telnetlib: use selectors

2013-10-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +jackdied ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue19170] telnetlib: use selectors

2013-10-05 Thread Charles-François Natali
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