Pakket: python3-future (0.16.0-1)
Verwijzigingen voor python3-future
Debian bronnen:
Het bronpakket python-future downloaden:
- [python-future_0.16.0-1.dsc]
- [python-future_0.16.0.orig.tar.gz]
- [python-future_0.16.0-1.debian.tar.xz]
Beheerders:
- Debian Python Modules Team (QA-pagina, Mailarchief)
- Barry Warsaw (QA-pagina)
- Vincent Bernat (QA-pagina)
Externe bronnen:
- Homepage [python-future.org]
Vergelijkbare pakketten:
Clean single-source support for Python 3 and 2 - Python 3.x
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 3.x module.
Andere aan python3-future gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-lib2to3
- Interactive high-level object-oriented language (2to3, version 3.6)
-
- sug: python-future-doc
- Clean single-source support for Python 3 and 2 - doc