From: Kenneth Reitz Date: Fri, 25 Feb 2011 09:43:18 +0000 (-0500) Subject: Proper async module docs X-Git-Tag: v0.3.0^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a1d90d184d5830f4bc31b1c328e0c4ed066f2d0;p=services%2Fpython-requests.git Proper async module docs --- diff --git a/requests/async.py b/requests/async.py index 88daa16..813f45c 100644 --- 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.