https://github.com/python/cpython/commit/6ac4dc8fc9e6fa63f45a325e7e00534cac4a89d0
commit: 6ac4dc8fc9e6fa63f45a325e7e00534cac4a89d0
branch: main
author: kodsurfer <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2026-05-29T15:24:58+05:30
summary:
gh-150345: Fix incorrect reference in BaseSelectorEventLoop docstring (#150538)
files:
M Lib/asyncio/selector_events.py
diff --git a/Lib/asyncio/selector_events.py b/Lib/asyncio/selector_events.py
index adfbc093a0d16d..fa04c1db36d33c 100644
--- a/Lib/asyncio/selector_events.py
+++ b/Lib/asyncio/selector_events.py
@@ -53,7 +53,7 @@ def _test_selector_event(selector, fd, event):
class BaseSelectorEventLoop(base_events.BaseEventLoop):
"""Selector event loop.
- See events.EventLoop for API specification.
+ See events.AbstractEventLoop for API specification.
"""
def __init__(self, selector=None):
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]