X Tutup
Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 356 Bytes

File metadata and controls

10 lines (6 loc) · 356 Bytes

future: clean single-source support for Python 3 and 2

future is the missing compatibility layer between Python 2 and Python 3. It allows you to maintain a single, clean Python 3.x-compatible codebase and support both Python 2 and Python 3 with minimal overhead.

X Tutup