aboutsummaryrefslogtreecommitdiff
path: root/python/python-future/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2020-02-16 21:01:40 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:55:20 -0500
commitfd8a792973d7f4ee0be1141c7d178e6f0df98f26 (patch)
tree553236ffdce906ee8f253d960188207f101fce56 /python/python-future/README
parent103342ca753b6eaa6ef1e784e3b3518a51dce8b5 (diff)
python/python-future: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-future/README')
-rw-r--r--python/python-future/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-future/README b/python/python-future/README
deleted file mode 100644
index 8eef8438bd..0000000000
--- a/python/python-future/README
+++ /dev/null
@@ -1,3 +0,0 @@
-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.