Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Python 3 support #6

Open
mahmoudhossam opened this issue May 8, 2012 · 4 comments
Open

Python 3 support #6

mahmoudhossam opened this issue May 8, 2012 · 4 comments

Comments

@mahmoudhossam
Copy link
Contributor

I know it might be a bit too early for this, but I think the sooner we start doing this the better.

There's not much code to port, and if we start now, we'll have it working for both python versions with little to no time difference.

@kennethreitz
Copy link
Member

+1

@jkeyes
Copy link

jkeyes commented Sep 2, 2014

FYI I ran the tests with Python 3.3 and they passed.

@dtrckd
Copy link

dtrckd commented Jan 25, 2017

Hi,

python3 failed on basestring, line 37:

 if isinstance(obj, basestring):
      return False

It should be fixed easily.

Thanks !

@CrabbyPete
Copy link

if I pip install I don't get the python3 version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants