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 2016年05月16日 19:19 by yselivanov, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg265723 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2016年05月16日 19:19 | |
This is a proxy issue for https://github.com/python/asyncio/pull/345 |
|||
| msg265728 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年05月16日 19:32 | |
New changeset f51ecf47d416 by Yury Selivanov in branch '3.5': Issue #27040: Add loop.get_exception_handler method https://hg.python.org/cpython/rev/f51ecf47d416 New changeset a3db6aee74f3 by Yury Selivanov in branch 'default': Merge 3.5 (issue #27040) https://hg.python.org/cpython/rev/a3db6aee74f3 |
|||
| msg265737 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2016年05月16日 23:02 | |
> resolution: -> fixed Hum, it looks like the new method is not documented :-( https://docs.python.org/dev/library/asyncio-eventloop.html#error-handling-api |
|||
| msg265738 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2016年05月16日 23:03 | |
Give it some time ;) https://hg.python.org/cpython/rev/83450939b106 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:31 | admin | set | github: 71227 |
| 2016年05月16日 23:03:06 | yselivanov | set | messages: + msg265738 |
| 2016年05月16日 23:02:09 | vstinner | set | messages: + msg265737 |
| 2016年05月16日 19:32:51 | python-dev | set | nosy:
+ python-dev messages: + msg265728 |
| 2016年05月16日 19:19:48 | yselivanov | set | status: open -> closed resolution: fixed |
| 2016年05月16日 19:19:40 | yselivanov | create | |