cpython/Lib/asyncio
Miss Islington (bot) 12073fc6fd
Trivial typo in docstring (#27504)
(cherry picked from commit 4b4227b907)

Co-authored-by: Jesús Cea <jcea@jcea.es>

Co-authored-by: Jesús Cea <jcea@jcea.es>
2021-07-31 07:04:45 +02:00
..
__init__.py
__main__.py
base_events.py bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) 2021-07-27 00:34:32 +02:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) 2021-05-03 16:21:59 +01:00
coroutines.py
events.py bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) 2021-05-03 16:21:59 +01:00
exceptions.py
format_helpers.py
futures.py
locks.py
log.py
mixins.py
proactor_events.py bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) 2021-05-03 16:21:59 +01:00
protocols.py
queues.py
runners.py
selector_events.py bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) 2021-05-03 16:21:59 +01:00
sslproto.py bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848) 2021-05-03 16:21:59 +01:00
staggered.py
streams.py
subprocess.py
tasks.py
threads.py Trivial typo in docstring (#27504) 2021-07-31 07:04:45 +02:00
transports.py
trsock.py
unix_events.py [3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752) 2021-06-18 14:25:42 -07:00
windows_events.py
windows_utils.py