From 44cc81242b1cf0eed44158ca9e1403b39f8aebad Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 16 Apr 2017 18:07:37 +0700 Subject: python/python3-six: Added (Python 2 and 3 compatibility utilities). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-six/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-six/README (limited to 'python/python3-six/README') 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. -- cgit v1.2.3