diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-04-16 18:07:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 18:07:37 +0700 |
commit | 44cc81242b1cf0eed44158ca9e1403b39f8aebad (patch) | |
tree | 8784c6af26510f7b808584597c43b40624677e92 /python/python3-six/README | |
parent | a94c3e07d85191b4e46f9b9533a7e791f64053ea (diff) | |
download | slackbuilds-44cc81242b1cf0eed44158ca9e1403b39f8aebad.tar.gz |
python/python3-six: Added (Python 2 and 3 compatibility utilities).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-six/README')
-rw-r--r-- | python/python3-six/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-six/README b/python/python3-six/README new file mode 100644 index 0000000000..ee25e72d18 --- /dev/null +++ b/python/python3-six/README @@ -0,0 +1,4 @@ +Six is a Python 2 and 3 compatibility library. It provides utility functions for +smoothing over the differences between the Python versions with the goal of +writing Python code that is compatible on both Python versions. See the +documentation for more information on what is provided. |