slackbuilds_ponce/python/python3-future/README
Dimitris Zlatanidis 8404bc9f60
python/python3-future: Added (Python 2/3 compatibility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-08-20 07:49:48 +07:00

3 lines
209 B
Text

python-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.