-
Notifications
You must be signed in to change notification settings - Fork 26
Python 3 Compatibility #8
Comments
I've started on this path, going to put a few notes here.
At this point, I'm a bit stumped. I'll look around though. I'm hoping to use this library with errbot.io which is python3 only.
|
I'll see if I can't figure it out. I've never checked Python 3 On Sat, Mar 5, 2016 at 10:26 AM, John Hogenmiller [email protected]
|
PR generated. All minor changes. I added some future imports that weren't absolutely necessary, but will help us keep the code python3 compatible. |
I have no idea if this works well (if at all) with Python 3, as I have only verified it against Python 2.6, 2.7. I (or someone else) should build and run this on a Python 3 instance, or make the changes necessary to ensure Python 3 future compatibility.
The text was updated successfully, but these errors were encountered: