This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年10月05日 13:16 by neologix, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| telnetlib_selectors.diff | neologix, 2013年10月05日 13:16 | review | ||
| telnetlib_selectors-1.diff | neologix, 2013年10月05日 21:51 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg198986 - (view) | Author: Charles-François Natali (neologix) * (Python committer) | 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) * (Python committer) | 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) (Python triager) | 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) * (Python committer) | 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 -> closed resolution: fixed stage: patch review -> resolved |
| 2013年10月21日 20:01:36 | vstinner | set | messages: + msg200835 |
| 2013年10月21日 12:00:51 | python-dev | set | nosy:
+ python-dev messages: + msg200754 |
| 2013年10月18日 15:42:02 | neologix | set | nosy:
+ pitrou, vstinner |
| 2013年10月05日 21:51:44 | neologix | set | files:
+ telnetlib_selectors-1.diff messages: + msg199010 |
| 2013年10月05日 20:55:59 | pitrou | set | nosy:
+ jackdied |
| 2013年10月05日 13:16:09 | neologix | create | |