8000 Added note on appengine, gevent, and eventlib. · github3py/urllib3@147d62c · GitHub
[go: up one dir, main page]

Skip to content

Commit 147d62c

Browse files
committed
Added note on appengine, gevent, and eventlib.
1 parent 968263b commit 147d62c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Highlights
88
- Built-in redirection and retries (optional).
99
- Supports gzip and deflate decoding.
1010
- Thread-safe and sanity-safe.
11+
- Works with AppEngine, gevent, and eventlib.
1112
- Tested on Python 2.6+ and Python 3.2+, 99% unit test coverage.
1213
- Small and easy to understand codebase perfect for extending and building upon.
1314
For a more comprehensive solution, have a look at

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Highlights
3232

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

35+
- Works with AppEngine, gevent, and eventlib.
36+
3537
- Small and easy to understand codebase perfect for extending and building upon.
3638
For a more comprehensive solution, have a look at
3739
`Requests <http://python-requests.org/>`_ which is also powered by urllib3.

0 commit comments

Comments
 (0)
0