diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-09 17:17:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-09 17:17:36 +0700 |
commit | ab593651e049bce9d53e5bfb49b9bbc04e6dec5a (patch) | |
tree | b9da5dd3e9660354c9d3cbb945d86dee298adfd7 /python/python-future/README | |
parent | 575f062e1f90c93b3b60497f8c5af59c856cdf03 (diff) |
python/python-future: Added (Python 2/3 compatibility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..8eef8438bd2b4 --- /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. |