Excluding select from the monkey patching that gevent does to allow select.poll and...
authorMichael Newman <newmaniese@gmail.com>
Thu, 15 Mar 2012 18:41:45 +0000 (14:41 -0400)
committerMichael Newman <newmaniese@gmail.com>
Thu, 15 Mar 2012 18:41:45 +0000 (14:41 -0400)
commitd6827a37d00f3fcdac56e5dd978400e9ec1a7371
treedbec1b543c2718d619dc9fd22c5242c1e5dccef6
parent5b7a79b0ff403987fb1a7ad3621e60873e26d7b0
Excluding select from the monkey patching that gevent does to allow select.poll and requests.async in the same project

Fix for issue #487, including a regression test that checks the
existence of select.poll before and after loading requests.async.
requests/async.py
tests/test_requests_async.py [changed mode: 0644->0755]