Skip to content

Commit f22ebd7

Browse files
Harmon758asvetlov
authored andcommitted
Properly expose TooManyRedirects (#3819)
1 parent 81cc715 commit f22ebd7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES/3818.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Properly expose TooManyRedirects publicly as documented.

aiohttp/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
ServerFingerprintMismatch,
3131
ServerTimeoutError,
3232
TCPConnector,
33+
TooManyRedirects,
3334
UnixConnector,
3435
WSServerHandshakeError,
3536
request,
@@ -127,6 +128,7 @@
127128
'ServerFingerprintMismatch',
128129
'ServerTimeoutError',
129130
'TCPConnector',
131+
'TooManyRedirects',
130132
'UnixConnector',
131133
'WSServerHandshakeError',
132134
'request',

0 commit comments

Comments
 (0)