Skip to content

Commit

Permalink
Properly expose TooManyRedirects (#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 authored and asvetlov committed Jun 7, 2019
1 parent 81cc715 commit f22ebd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/3818.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Properly expose TooManyRedirects publicly as documented.
2 changes: 2 additions & 0 deletions aiohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
ServerFingerprintMismatch,
ServerTimeoutError,
TCPConnector,
TooManyRedirects,
UnixConnector,
WSServerHandshakeError,
request,
Expand Down Expand Up @@ -127,6 +128,7 @@
'ServerFingerprintMismatch',
'ServerTimeoutError',
'TCPConnector',
'TooManyRedirects',
'UnixConnector',
'WSServerHandshakeError',
'request',
Expand Down

0 comments on commit f22ebd7

Please sign in to comment.