blob: 5f900133dc23b0d7bf19ea69053bcac77db02cae (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: https://python-future.org/
|