Issue 19170: telnetlib: use selectors (original) (raw)
Issue19170
Created on 2013-10-05 13:16 by neologix, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (4) |
|
|
msg198986 - (view) |
Author: Charles-François Natali (neologix) *  |
Date: 2013-10-05 13:16 |
The patch attached uses selector in telnetlib. This removes a lot of duplicated code. |
|
|
msg199010 - (view) |
Author: Charles-François Natali (neologix) *  |
Date: 2013-10-05 21:51 |
Here's an updated patch (the previous one mistakenly removed a testcase). |
|
|
msg200754 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2013-10-21 12:00 |
New changeset f713d9b6393c by Charles-François Natali in branch 'default': Issue #19170: telnetlib: use selectors. http://hg.python.org/cpython/rev/f713d9b6393c |
|
|
msg200835 - (view) |
Author: STINNER Victor (vstinner) *  |
Date: 2013-10-21 20:01 |
FYI I just create #19339: "telnetlib: time.monotonic() should be used instead of time.time() for timeout". |
|
|
History |
|
|
|
Date |
User |
Action |
Args |
2022-04-11 14:57:51 |
admin |
set |
github: 63369 |
2013-10-21 21:09:57 |
neologix |
set |
status: open -> closedresolution: fixedstage: patch review -> resolved |
2013-10-21 20:01:36 |
vstinner |
set |
messages: + |
2013-10-21 12:00:51 |
python-dev |
set |
nosy: + python-devmessages: + |
2013-10-18 15:42:02 |
neologix |
set |
nosy: + pitrou, vstinner |
2013-10-05 21:51:44 |
neologix |
set |
files: + telnetlib_selectors-1.diffmessages: + |
2013-10-05 20:55:59 |
pitrou |
set |
nosy: + jackdied |
2013-10-05 13:16:09 |
neologix |
create |
|