Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976) | Ned Deily | 2021-05-08 | 1 | -9/+0 |
| | |||||
* | bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() ↵ | Serhiy Storchaka | 2021-04-25 | 1 | -0/+9 |
(GH-23554) asyncio.get_event_loop() emits now a deprecation warning when it creates a new event loop. In future releases it will became an alias of asyncio.get_running_loop(). |