Skip to content

Commit e937b6d

Browse files
committed
Mention supported Python versions.
1 parent 555175d commit e937b6d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ library.
108108
It has a test suite with 100.0% coverage for both statements and
109109
branches.
110110

111-
Currently it only supports Python 3 (testing on 3.3-3.5), though it
112-
wouldn't be hard to expand add Python 2.7 support too, I just haven't
113-
gotten around to it. Feel free to submit a PR. (Originally it had a
114-
Cython wrapper for `http-parser
111+
Currently it supports Python 3 (testing on 3.3-3.5), Python 2.7, and PyPy.
112+
(Originally it had a Cython wrapper for `http-parser
115113
<https://github.com/nodejs/http-parser>`_ and a beautiful nested state
116114
machine implemented with ``yield from`` to postprocess the output. But
117115
I had to take these out -- the new *parser* needs fewer lines-of-code

docs/source/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ whatever. But h11 makes it much easier to implement something like
4141

4242
Vital statistics:
4343

44-
* Requirements: Python 3.3+ (Python 2.7 is not currently supported,
45-
but would be doable without too much work -- patches welcome!)
44+
* Requirements: Python 2.7 or Python 3.3+, including PyPy
4645

4746
* Install: *not yet*
4847

0 commit comments

Comments
 (0)