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.

Author vstinner
Recipients gvanrossum, vstinner, yselivanov
Date 2015-11-12.20:27:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZPqQvNkwFtbxRvoxvvpjN6Vi2dmyR0Tzbvfds8gJFi_A@mail.gmail.com>
In-reply-to <1447351444.03.0.109593560711.issue25606@psf.upfronthosting.co.za>
Content
Guido van Rossum added the comment:
> The word 'optional' is literally the second word of the description of get_extra_info(). WHat more do you want?

Hum, it can be surprising for users that an application works on
"asyncio" but doesn't work on "libuv asyncio".

We should explicitly explain that the availability of some information
depend on the event loop.
History
Date User Action Args
2015-11-12 20:27:08vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2015-11-12 20:27:08vstinnerlinkissue25606 messages
2015-11-12 20:27:08vstinnercreate