Skip to content

Commit 7a9f5a3

Browse files
authored
Merge pull request #69 from justinfx/py3
Add support for python3
2 parents 1277092 + 415cad6 commit 7a9f5a3

35 files changed

+764
-910
lines changed

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ MIT License. For the MIT License please see LICENSE-MIT-Puka.
55
spec/table.py: Adapted from Pika, licensed under GPL or MPL
66
puka/urlparse.py: Backported from Python 2.7 (ipv6 support).
77
Distributed on Python License.
8-
puka/ordereddict.py: MIT license by 2009 Raymond Hettinger.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ tests (see the `./tests` directory).
142142
I want to install Puka
143143
----------------------
144144

145-
Puka works with Python 2.6 and 2.7.
145+
Puka works with Python 2.7/3.6+.
146146

147147
You can install Puka system-wide using pip:
148148

0 commit comments

Comments
 (0)