python-future 0.14.3-1build1 source package in Ubuntu
Changelog
python-future (0.14.3-1build1) xenial; urgency=medium * No-change rebuild for python3 defaults change. -- Matthias Klose <email address hidden> Fri, 23 Oct 2015 18:33:34 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Xenial
- Original maintainer:
- PKG OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-future_0.14.3.orig.tar.xz | 618.7 KiB | 2ed4bd7db7898ea053a33c23401597a9ce002ee00b64c90b79119eeff83520ad |
python-future_0.14.3-1build1.debian.tar.xz | 7.6 KiB | 3c680fe3ae1785af41afb98f3b0ccbe781896053ff8d2f7130b9d96a02d90bf2 |
python-future_0.14.3-1build1.dsc | 2.3 KiB | 2b015973f40802af32bc6baac60a23c196e960a93943e4c917dd2da231cda716 |
Available diffs
- diff from 0.14.3-1 (in Debian) to 0.14.3-1build1 (333 bytes)
Binary packages built by this source
- python-future: single-source support for Python 3 and 2 - Python 2.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 2.x module.
- python-future-doc: Clean single-source support for Python 3 and 2 - doc
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.
- python3-future: 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.