Respect the no_proxy environment variable.
authorCory Benfield <lukasaoz@gmail.com>
Sun, 18 Nov 2012 12:06:33 +0000 (12:06 +0000)
committerCory Benfield <lukasaoz@gmail.com>
Sun, 18 Nov 2012 12:06:33 +0000 (12:06 +0000)
commit8da100f652793f95f7dfdad588c925dfac9e71a1
tree819353887abd776fccda75176c8d4ec02378a6ff
parent50877717c810d47e90281c85ecce198c08af40a5
Respect the no_proxy environment variable.

This change is in response to issue #879.
requests/models.py
requests/utils.py
tests/test_utils.py