mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
4 lines
202 B
Plaintext
4 lines
202 B
Plaintext
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.
|