summaryrefslogtreecommitdiffstats
path: root/python/python3-future/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-16 01:37:04 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:49:48 +0200
commit8404bc9f60373d083c5a489be0adac36cc2d4d59 (patch)
treee3883afe30080801c6408ae5595e184719b73dbc /python/python3-future/README
parent1f240809568897f073e27205e1db78d37c621b08 (diff)
downloadslackbuilds-8404bc9f60373d083c5a489be0adac36cc2d4d59.tar.gz
python/python3-future: Added (Python 2/3 compatibility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-future/README')
-rw-r--r--python/python3-future/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-future/README b/python/python3-future/README
new file mode 100644
index 0000000000..8eef8438bd
--- /dev/null
+++ b/python/python3-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.