wok-current diff python-six/description.txt @ rev 25675

Update modules64.list, qlge.ko now to staging tree
author Stanislas Leduc <shann@slitaz.org>
date Mon Mar 04 17:41:23 2024 +0000 (11 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-six/description.txt	Mon Mar 04 17:41:23 2024 +0000
     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.)