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