New submission from STINNER Victor: Not all implementations of asyncio event loops can provide the "socket" transport extra info. See for example this discussion on libuv: https://github.com/python/asyncio/issues/286
The information should be marked as "optional", or at least we should document that it can miss depending on the event loop. I guess that other info should be marked as optional. ---------- components: asyncio messages: 254527 nosy: gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: asyncio doc: 'socket' transport extra info is not mandatory versions: Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25606> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com