diff options
Diffstat (limited to 'python/python-future/README')
-rw-r--r-- | python/python-future/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-future/README b/python/python-future/README new file mode 100644 index 000000000000..8eef8438bd2b --- /dev/null +++ b/python/python-future/README @@ -0,0 +1,3 @@ +python-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. |