aboutsummaryrefslogtreecommitdiff
path: root/python/simplegeneric/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-09 09:37:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-09 09:41:49 +0700
commit6e118364df72ef162554a75c6432b7de1b9fcb86 (patch)
tree694ac392e49cb64a0dfa33e477c0e8c57489b074 /python/simplegeneric/README
parent9e2a149a6a37dcfe957f1dab3accf25c242bd675 (diff)
python/simplegeneric: Updated for version 0.8.1 (moved from libs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/simplegeneric/README')
-rw-r--r--python/simplegeneric/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/simplegeneric/README b/python/simplegeneric/README
new file mode 100644
index 0000000000000..e18377fb96a56
--- /dev/null
+++ b/python/simplegeneric/README
@@ -0,0 +1,5 @@
+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.
+
+Python 3 support will be included if python3 is installed.