套件: python3-future (0.18.2-2)
python3-future 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-future:
- [python-future_0.18.2-2.dsc]
- [python-future_0.18.2.orig.tar.xz]
- [python-future_0.18.2-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Barry Warsaw
- Vincent Bernat
外部的資源:
- 主頁 [python-future.org]
相似套件:
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.
其他與 python3-future 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-lib2to3
- Interactive high-level object-oriented language (lib2to3)
-
- sug: python-future-doc
- Clean single-source support for Python 3 and 2 - doc