Easy, clean, reliable Python 2/3 compatibility
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. It provides ``future`` and ``past`` packages with backports and forward ports of features from Python 3 and 2. It also comes with ``futurize`` and ``pasteurize``, customized 2to3-based scripts that helps you to convert either Py2 or Py3 code easily to support both Python 2 and 3 in a single clean Py3-style codebase, module by module.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.18.2-12.fc36 | - |
Fedora 35 | 0.18.2-11.fc35 | - |
Fedora 34 | 0.18.2-9.fc34 | - |
EPEL 9 | 0.18.2-12.el9 | - |
EPEL 8 | 0.18.2-2.el8 | - |
You can contact the maintainers of this package via email at
future dash maintainers at fedoraproject dot org
.