wok diff python-six/description.txt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 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	Thu Sep 29 20:05:23 2022 +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.)