[issue27040] asyncio: Add loop.get_exception_handler method

2016-05-16 Thread Yury Selivanov
Yury Selivanov added the comment: Give it some time ;) https://hg.python.org/cpython/rev/83450939b106 -- ___ Python tracker ___ ___ Py

[issue27040] asyncio: Add loop.get_exception_handler method

2016-05-16 Thread STINNER Victor
STINNER Victor added the comment: > resolution: -> fixed Hum, it looks like the new method is not documented :-( https://docs.python.org/dev/library/asyncio-eventloop.html#error-handling-api -- ___ Python tracker

[issue27040] asyncio: Add loop.get_exception_handler method

2016-05-16 Thread Roundup Robot
Roundup Robot added the comment: 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.

[issue27040] asyncio: Add loop.get_exception_handler method

2016-05-16 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue27040] asyncio: Add loop.get_exception_handler method

2016-05-16 Thread Yury Selivanov
New submission from Yury Selivanov: This is a proxy issue for https://github.com/python/asyncio/pull/345 -- assignee: yselivanov components: asyncio messages: 265723 nosy: gvanrossum, haypo, yselivanov priority: normal severity: normal stage: resolved status: open title: asyncio: Add loo