wok-6.x view python-six/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (16 months ago)
parents
children
line source
1 Six is a Python 2 and 3 compatibility library.
2 It provides utility functions for smoothing over the differences between
3 the Python versions with the goal of writing Python code that is compatible
4 on both Python versions.
5 See the documentation for more information on what is provided.
7 Six supports Python 2.7 and 3.3+. It is contained in only one Python file,
8 so it can be easily copied into your project.
9 (The copyright and license notice must be retained.)