python-future 0.18.2-1-ok7 source package in openKylin
Changelog
python-future (0.18.2-1-ok7) nile; urgency=medium * fix test error -- liyang <email address hidden> Fri, 14 Jun 2024 10:44:34 +0800
python-future (0.18.2-1-ok7) nile; urgency=medium * fix test error -- liyang <email address hidden> Fri, 14 Jun 2024 10:44:34 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-future_0.18.2-1.orig.tar.xz | 638.4 KiB | 1f7a7c7d9e934fa9fe301c3446d0d45b07a747816f2c478064a078c3e7aa0128 |
python-future_0.18.2-1-ok7.debian.tar.xz | 16.9 KiB | ea5a1299e6a6bb76421c0abdae9ce8d931d1196b75e3f118454291e17bcb2333 |
python-future_0.18.2-1-ok7.dsc | 2.0 KiB | 3bcad9a403caf769a73f08c88475b89774771e3652547bf785584965c12f1713 |
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.