Find exception classes in the requests library
Go to file
Monty Taylor 19ee96965a Properly indicate python 3 support
requestsexceptions supports python3 just fine, but the build files did
not indicate this. More importantly, wheel=universal was not set, so it
was just uploading a py2 wheel to pypi. Silly wheels.

Change-Id: I4992eebe18193329699409ecfee9036b67dfbac3
Closes-Bug: 1541616
2016-02-05 21:16:59 -06: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 Initial commit 2015-10-27 08:04:14 +09:00
setup.cfg Properly indicate python 3 support 2016-02-05 21:16:59 -06:00
setup.py Initial commit 2015-10-27 08:04:14 +09:00
test-requirements.txt Fix typos 2015-11-04 10:11:32 -05:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 22:51:24 +01: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.