summaryrefslogtreecommitdiffstats
path: root/python/python-future/README
blob: 8eef8438bd2b4070d0e1c0bff2078b3bcf12d766 (plain)
1
2
3
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.