File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,8 @@ library.
108108It has a test suite with 100.0% coverage for both statements and
109109branches.
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
116114machine implemented with ``yield from `` to postprocess the output. But
117115I had to take these out -- the new *parser * needs fewer lines-of-code
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ whatever. But h11 makes it much easier to implement something like
4141
4242Vital 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
You can’t perform that action at this time.
0 commit comments