Files
pkgsrc-ng/devel/py-future/DESCR
2016-11-18 22:39:22 +01:00

4 lines
202 B
Plaintext

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.