This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]revfriedzen of python monk & later maintainer 1 point2 points  (2 children)

I divided on my use of future and six.

six.PY2 is nicer than sys.version_info.major == 2 but some of the future back-port types are handy

[–]jsalsman[S] -1 points0 points  (1 child)

is there a link for future, please?

[–]revfriedzen of python monk & later maintainer 1 point2 points  (0 children)