summaryrefslogtreecommitdiffstats
path: root/python/python3-simplegeneric/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-06-07 05:13:31 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-09 05:33:15 +0700
commitcb5c065177e350f4d60de1417ee3f656b0666ad3 (patch)
tree617991abca7d87c9e2d7e43bb149cd409f316277 /python/python3-simplegeneric/README
parentcacbae7fb85aa0dab99fa5528a5c38d5795f2eec (diff)
downloadslackbuilds-cb5c065177e350f4d60de1417ee3f656b0666ad3.tar.gz
slackbuilds-cb5c065177e350f4d60de1417ee3f656b0666ad3.tar.xz
python/python3-simplegeneric: Removed (merged with simplegeneric).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-simplegeneric/README')
-rw-r--r--python/python3-simplegeneric/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python3-simplegeneric/README b/python/python3-simplegeneric/README
deleted file mode 100644
index 390479b2e8..0000000000
--- a/python/python3-simplegeneric/README
+++ /dev/null
@@ -1,3 +0,0 @@
-The simplegeneric module lets you define simple single-dispatch
-generic functions, akin to Python's built-in generic functions like
-len(), iter() and so on.