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 81cc715 commit f22ebd7Copy full SHA for f22ebd7
CHANGES/3818.bugfix
@@ -0,0 +1 @@
1
+Properly expose TooManyRedirects publicly as documented.
aiohttp/__init__.py
@@ -30,6 +30,7 @@
30
ServerFingerprintMismatch,
31
ServerTimeoutError,
32
TCPConnector,
33
+ TooManyRedirects,
34
UnixConnector,
35
WSServerHandshakeError,
36
request,
@@ -127,6 +128,7 @@
127
128
'ServerFingerprintMismatch',
129
'ServerTimeoutError',
130
'TCPConnector',
131
+ 'TooManyRedirects',
132
'UnixConnector',
133
'WSServerHandshakeError',
134
'request',
0 commit comments