django-stalefields icon indicating copy to clipboard operation
django-stalefields copied to clipboard

(Initial) Python 3 support

Open alexdutton opened this issue 11 years ago • 4 comments

Marginal support for Python 3, which doesn't have basestring (but does have bytes). I've also added long to the Python 2 primitive types.

alexdutton avatar Feb 20 '14 23:02 alexdutton

Hmmm, nice! Does it pass tests on Python 3?

bryanhelmig avatar Feb 21 '14 00:02 bryanhelmig

I'll get back to you ;-). Just realised it's failing on iteritems() method calls, too…

alexdutton avatar Mar 06 '14 16:03 alexdutton

Can this be merged? For what it's worth, I've been using my fork in a python3 environment without incident for a while now.

alexdutton avatar Feb 16 '15 22:02 alexdutton

Let me get a Travis-CI build going and merge after that.

bryanhelmig avatar Feb 16 '15 23:02 bryanhelmig