projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22798ca
)
Proper async module docs
author
Kenneth Reitz
<me@kennethreitz.com>
Fri, 25 Feb 2011 09:43:18 +0000
(
04:43
-0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Fri, 25 Feb 2011 09:43:18 +0000
(
04:43
-0500)
requests/async.py
patch
|
blob
|
history
diff --git
a/requests/async.py
b/requests/async.py
index 88daa1624e3fe30126297bb58078a6b69361bbc4..813f45ca7b722532671ce77e0be0b74631c12d08 100644
(file)
--- a/
requests/async.py
+++ b/
requests/async.py
@@
-1,10
+1,11
@@
# -*- coding: utf-8 -*-
"""
- requests.
core
- ~~~~~~~~~~~~~
+ requests.
async
+ ~~~~~~~~~~~~~
~
- This module implements the main Requests system.
+ This module implements the main Requests system, after monkey-patching
+ the urllib2 module with eventlet or gevent..
:copyright: (c) 2011 by Kenneth Reitz.
:license: ISC, see LICENSE for more details.