Find exception classes in the requests library
Go to file
Monty Taylor 6fc1f5e800
Update tox for OpenStack
requestsexceptions is now part of the shade project, so update
adminstrivia things. We should declare 3.5 support, and not 3.4 or 3.3,
since they're untested. We should also remove the infra exclusions since
it's no longer under that umbrella (also, no code changes were required)

Change-Id: Idc1a5449c6ed5a790083a63dfbd5815fbc9dd650
2017-03-29 05:02:57 -05:00
requestsexceptions Add SNIMissingWarning 2015-12-16 15:49:59 -08:00
.gitignore Add tox.ini and .gitignore 2015-11-03 16:49:48 -08:00
.gitreview Add .gitreview 2015-11-03 09:11:47 -08:00
LICENSE Initial commit 2015-10-27 08:04:14 +09:00
README.rst Initial commit 2015-10-27 08:04:14 +09:00
requirements.txt Use a modern PBR package 2017-03-01 16:41:11 +11:00
setup.cfg Update tox for OpenStack 2017-03-29 05:02:57 -05:00
setup.py Initial commit 2015-10-27 08:04:14 +09:00
test-requirements.txt Update tox for OpenStack 2017-03-29 05:02:57 -05:00
tox.ini Update tox for OpenStack 2017-03-29 05:02:57 -05:00

README.rst

requestsexceptions

The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.