wok-6.x diff python-six/description.txt @ rev 25248

updated python-webob (1.8.6 -> 1.8.7)
author Hans-G?nter Theisgen
date Thu Jul 14 07:26:47 2022 +0100 (2022-07-14)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-six/description.txt	Thu Jul 14 07:26:47 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +Six is a Python 2 and 3 compatibility library.
     1.5 +It provides utility functions for smoothing over the differences between
     1.6 +the Python versions with the goal of writing Python code that is compatible
     1.7 +on both Python versions.
     1.8 +See the documentation for more information on what is provided.
     1.9 +
    1.10 +Six supports Python 2.7 and 3.3+. It is contained in only one Python file,
    1.11 +so it can be easily copied into your project.
    1.12 +(The copyright and license notice must be retained.)