wok-6.x annotate python-six/description.txt @ rev 25559
updated xfce4-ristretto 0.6.3 -> 0.8.5
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 25 15:16:20 2023 +0100 (18 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25239 | 1 Six is a Python 2 and 3 compatibility library. |
Hans-G?nter@25239 | 2 It provides utility functions for smoothing over the differences between |
Hans-G?nter@25239 | 3 the Python versions with the goal of writing Python code that is compatible |
Hans-G?nter@25239 | 4 on both Python versions. |
Hans-G?nter@25239 | 5 See the documentation for more information on what is provided. |
Hans-G?nter@25239 | 6 |
Hans-G?nter@25239 | 7 Six supports Python 2.7 and 3.3+. It is contained in only one Python file, |
Hans-G?nter@25239 | 8 so it can be easily copied into your project. |
Hans-G?nter@25239 | 9 (The copyright and license notice must be retained.) |