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 serhiy.storchaka
Recipients asvetlov, serhiy.storchaka
Date 2020-02-02.16:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Will asyncio.get_event_loop() be removed or made an alias of asyncio.get_running_loop()? The latter could minimize the disruption of the existing code.
History
Date User Action Args
2020-02-02 16:11:17serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov
2020-02-02 16:11:17serhiy.storchakasetmessageid: <[email protected]>
2020-02-02 16:11:17serhiy.storchakalinkissue39529 messages
2020-02-02 16:11:17serhiy.storchakacreate