past · PyPI
pypi.org › project › pastJan 28, 2014 · past is a package to aid with Python 2/3 compatibility. Whereas future contains backports of Python 3 constructs to Python 2, past provides implementations of some Python 2 constructs in Python 3. It is intended to be used sparingly, as a way of running old Python 2 code from Python 3 until it is ported properly.
past · PyPI
https://pypi.org/project/past28.01.2014 · past is a package to aid with Python 2/3 compatibility. Whereas future contains backports of Python 3 constructs to Python 2, past provides implementations of some Python 2 constructs in Python 3. It is intended to be used sparingly, as a way of running old Python 2 code from Python 3 until it is ported properly. Potential uses for libraries:
past.types.basestring — Python-Future documentation
python-future.org › _modules › pastfuturize: minimal imports by default; Looser type-checking for the backported str object; suspend_hooks() context manager added to future.standard_library; Changes in version 0.8 (2013-10-28) Python 2.6 support; Unused modules removed; isinstance() added to future.builtins (v0.8.2) Summary of all changes; Licensing and credits. Licence; Sponsors; Maintainer; Authors