Skip to content

Commit

Permalink
Added note on appengine, gevent, and eventlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Mar 25, 2012
1 parent 968263b commit 147d62c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Highlights
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
- Works with AppEngine, gevent, and eventlib.
- Tested on Python 2.6+ and Python 3.2+, 99% unit test coverage.
- Small and easy to understand codebase perfect for extending and building upon.
For a more comprehensive solution, have a look at
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Highlights

- Tested on Python 2.6+ and Python 3.2+, 99% unit test coverage.

- Works with AppEngine, gevent, and eventlib.

- Small and easy to understand codebase perfect for extending and building upon.
For a more comprehensive solution, have a look at
`Requests <http://python-requests.org/>`_ which is also powered by urllib3.
Expand Down

0 comments on commit 147d62c

Please sign in to comment.