We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15dbb3 commit 13d36efCopy full SHA for 13d36ef
CHANGES/8555.breaking.rst
@@ -0,0 +1,8 @@
1
+Creating :class:`aiohttp.TCPConnector`, :class:`aiohttp.ClientSession`, or
2
+ :class:`aiohttp.CookieJar` instances without a running event loop now
3
+ raises a :exc:`RuntimeError`.
4
+
5
+ -- by :user:`asvetlov`
6
7
+Creating these objects without a running event loop was deprecated
8
+in :issue:`3372` which was released in version 3.5.0.
0 commit comments