9b79a460ba
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.
3 lines
202 B
Text
3 lines
202 B
Text
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.
|