python-future 0.18.2-ok1 source package in openKylin
Changelog
python-future (0.18.2-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
python-future (0.18.2-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-future_0.18.2.orig.tar.xz | 638.4 KiB | 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128 |
python-future_0.18.2-ok1.debian.tar.xz | 7.8 KiB | 3a361b41011220ccd8170360884e05056f2cdb199cbcca1c538a6787e25fdb83 |
python-future_0.18.2-ok1.dsc | 2.0 KiB | 0e18e711b8a9b2320804e31735bd3d6e2d5ad9fa11d7b27a434ebe273ef39ded |
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 documentation.
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.