args icon indicating copy to clipboard operation
args copied to clipboard

Python 3 support

Open mahmoudhossam opened this issue 13 years ago • 4 comments

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.

mahmoudhossam avatar May 08 '12 14:05 mahmoudhossam

+1

kennethreitz avatar May 08 '12 14:05 kennethreitz

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

jkeyes avatar Sep 02 '14 20:09 jkeyes

Hi,

python3 failed on basestring, line 37:

 if isinstance(obj, basestring):
      return False

It should be fixed easily.

Thanks !

dtrckd avatar Jan 25 '17 12:01 dtrckd

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

CrabbyPete avatar Mar 12 '18 13:03 CrabbyPete