[3.11] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) (GH-92462)

(cherry picked from commit f4e317b304)


Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

Automerge-Triggered-By: GH:serhiy-storchaka
This commit is contained in:
Miss Islington (bot) 2022-05-08 08:30:52 -07:00 committed by GitHub
parent dfad113715
commit 29f592e6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
await asyncio.sleep(1) await asyncio.sleep(1)
print('... World!') print('... World!')
# Python 3.7+
asyncio.run(main()) asyncio.run(main())
asyncio is a library to write **concurrent** code using asyncio is a library to write **concurrent** code using