Closed jhpalmieri closed 5 years ago
Could you please explain that PY3 business to me? What's it supposed to do?
I think that's just what six
is supposed to do, is tell whether one is using py3 and then one can make adjustments? But maybe I'm missing something more subtle.
Right, six.PY3
should be True if you're running Python 3, False for Python 2. Here are is the documentation.
See #30.
I've tested with both Python 2 and 3. Is this the best way to do this? Unicode and Python 2 vs. 3 confuse me. See https://trac.sagemath.org/ticket/27598#comment:1 for a related comment.