yasoob/intermediatePython

Improvement: use python-future for better python 2/3 compatibility

Opened this issue · 1 comments

Python future ( http://python-future.org/ ) is a fantastic module that manages the module renaming. The section of «targeting 2+3» would be much helpful if it used it.

I focused mostly on std-lib modules but I will add it at the end :)

Thanks!