cpython/Lib/test/test_asyncio
Christian Clauss 4346b81cc6
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 745c9d9dfc)

Automerge-Triggered-By: GH:JulienPalard
2021-10-07 08:42:38 -07:00
..
__init__.py [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153) 2021-09-04 20:54:50 +03:00
__main__.py
echo.py
echo2.py
echo3.py
functional.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
test_asyncio_waitfor.py
test_base_events.py
test_buffered_proto.py
test_context.py
test_events.py [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153) 2021-09-04 20:54:50 +03:00
test_futures.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
test_futures2.py
test_locks.py
test_pep492.py
test_proactor_events.py
test_protocols.py
test_queues.py [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153) 2021-09-04 20:54:50 +03:00
test_runners.py
test_selector_events.py
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_sslproto.py [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) 2021-08-26 19:56:50 +02:00
test_streams.py [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803) 2021-10-07 08:42:38 -07:00
test_subprocess.py [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803) 2021-10-07 08:42:38 -07:00
test_tasks.py [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803) 2021-10-07 08:42:38 -07:00
test_threads.py
test_transports.py
test_unix_events.py
test_windows_events.py
test_windows_utils.py bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) 2021-06-21 17:29:13 -07:00
utils.py