You are here: Home / LBN / Up2date / Core Linux / BastionLinux 19 / python-future-0.14.3-1.lbn19.noarch

python-future-0.14.3-1.lbn19.noarch

Package Attributes
RPM  python-future-0.14.3-1.lbn19.noarch.rpm Architecture  noarch Size  3744907 Created  2019/09/30 06:52:24 UTC
Package Specification
Summary Clean single-source support for Python 3 and 2
Group Application/Internet
License ZPL
Home Page https://pypi.python.org/packages/source/f/future/future-0.14.3.tar.gz
Description

future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.

It is designed to be used as follows:

from __future__ import (absolute_import, division, print_function, unicode_literals) from builtins import ( bytes, dict, int, list, object, range, str, ascii, chr, hex, input, next, oct, open, pow, round, super, filter, map, zip)

followed by predominantly standard, idiomatic Python 3 code that then runs similarly on Python 2.6/2.7 and Python 3.3+.

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.

Requires
python  
rpmlib(FileDigests)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
/usr/bin/python2.7  
rpmlib(PayloadIsXz)  
Provides
python-future

Document Actions