diff options
Diffstat (limited to 'python/simplegeneric/README')
-rw-r--r-- | python/simplegeneric/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/simplegeneric/README b/python/simplegeneric/README new file mode 100644 index 0000000000..e18377fb96 --- /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. |