Am 24.11.2013 23:37, schrieb Aaron Meurer:
We don't use 2to3 anymore. We use a single code base. Look at the
compatibility file for the various workarounds.

Is there a reason why we aren't using six?
It's covering a lot more ground than what compatibility.py does for Python 2/3 compatibility.

Docs: http://pythonhosted.org/six/
Project: https://bitbucket.org/gutworth/six/src

SymPy is already doing some wheel reinvention. I've done it (before I became aware of six), and I'm seeing SymPy doing different forms of Python 2/3 detection in different places; if nothing else, six would help us provide standard, canonical ways of doing version-independent coding.

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to