slackbuilds_ponce/python/python-future/README
Dimitris Zlatanidis ab593651e0 python/python-future: Added (Python 2/3 compatibility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-07-09 17:17:36 +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.