blob: d79393b971246490301c9c0a513d313652451527 (
plain) (
blame)
1
2
3
4
|
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.
|