Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.
The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics.
This package contains the Python 2.x module.
The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics.
This package contains the Python 2.x module.
Original maintainer | Debian Python Modules Team |
---|---|
Homepage | https://python-future.org/ |
0.18.2

0.17.1

0.16.0



0.15.2






Latest updates

Arch rolling community-testing/os: Version 0.18.2-2 removed
Nov 14

Arch rolling community/os: Updated from 0.18.2-1 to 0.18.2-2
Nov 14

Arch rolling community-testing/os: Version 0.18.2-2 introduced
Nov 10

Arch rolling community-staging/os: Version 0.18.2-2 removed
Nov 10

Arch rolling community-staging/os: Updated from 0.18.1-3 to 0.18.2-2
Nov 06

Arch rolling community/os: Updated from 0.18.1-1 to 0.18.2-1
Nov 06

Arch rolling community-staging/os: Updated from 0.18.1-2 to 0.18.1-3
Oct 31

Arch rolling community-staging/os: Version 0.18.1-2 introduced
Oct 25

Arch rolling community/os: Updated from 0.18.0-1 to 0.18.1-1
Oct 18

Arch rolling community/os: Updated from 0.17.1-1 to 0.18.0-1
Oct 14

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 reintroduced
Oct 10
- Team upload.
- New upstream version
- Standards-Version: 4.3.0

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 removed
Oct 10

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 reintroduced
Oct 10
- Team upload.
- New upstream version
- Standards-Version: 4.3.0

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 removed
Oct 10

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 reintroduced
Sep 25
- Team upload.
- New upstream version
- Standards-Version: 4.3.0

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 removed
Sep 25

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 reintroduced
Sep 25
- Team upload.
- New upstream version
- Standards-Version: 4.3.0

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 removed
Sep 25

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 reintroduced
Sep 06
- Team upload.
- New upstream version
- Standards-Version: 4.3.0

Ubuntu 19.10 eoan/universe: Version 0.16.0-1 removed
Sep 06
Related packages
python - interactive high-level object-oriented language (default version)
python-future-doc - Clean single-source support for Python 3 and 2 - doc