8000 gh-92417: `asyncio` docs: `asyncio.run()` is available on all support… · python/cpython@f4e317b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4e317b

Browse files
authored
gh-92417: asyncio docs: asyncio.run() is available on all supported Python versions (GH-92419)
1 parent e5b4bd4 commit f4e317b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/asyncio.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
await asyncio.sleep(1)
1818
print('... World!')
1919

20-
# Python 3.7+
2120
asyncio.run(main())
2221

2322
asyncio is a library to write **concurrent** code using

0 commit comments

Comments
 (0)
0