diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-04-15 17:22:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:26 +0700 |
commit | cf7f0e07d06334dd753704236f49c2fbd3358858 (patch) | |
tree | 66ec861caefe35ef6f6cdc953d213c755ff6fe68 /python/simplegeneric/README | |
parent | 3b7215cf863de914bd5d3ed69946377de82c6c8a (diff) | |
download | slackbuilds-cf7f0e07d06334dd753704236f49c2fbd3358858.tar.gz |
python/simplegeneric: Remove Python 3 support.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/simplegeneric/README')
-rw-r--r-- | python/simplegeneric/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/simplegeneric/README b/python/simplegeneric/README index e18377fb96..390479b2e8 100644 --- a/python/simplegeneric/README +++ b/python/simplegeneric/README @@ -1,5 +1,3 @@ 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. |