We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30bffb commit ffcf886Copy full SHA for ffcf886
CHANGES/9736.misc.rst
@@ -0,0 +1 @@
1
+9726.misc.rst
aiohttp/connector.py
@@ -296,7 +296,7 @@ def __init__(
296
if enable_cleanup_closed and not NEEDS_CLEANUP_CLOSED:
297
warnings.warn(
298
"enable_cleanup_closed ignored because "
299
- "https://github.com/python/cpython/pull/118960 is fixed in "
+ "https://github.com/python/cpython/pull/118960 is fixed "
300
f"in Python version {sys.version_info}",
301
DeprecationWarning,
302
stacklevel=2,
0 commit comments