diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-04-09 09:37:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-09 09:41:49 +0700 |
commit | 6e118364df72ef162554a75c6432b7de1b9fcb86 (patch) | |
tree | 694ac392e49cb64a0dfa33e477c0e8c57489b074 /libraries/simplegeneric/README | |
parent | 9e2a149a6a37dcfe957f1dab3accf25c242bd675 (diff) | |
download | slackbuilds-6e118364df72ef162554a75c6432b7de1b9fcb86.tar.gz |
python/simplegeneric: Updated for version 0.8.1 (moved from libs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/simplegeneric/README')
-rw-r--r-- | libraries/simplegeneric/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/simplegeneric/README b/libraries/simplegeneric/README deleted file mode 100644 index 390479b2e8..0000000000 --- a/libraries/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. |