• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

LICENSEH A D30-Mar-20221 KiB1915

READMEH A D30-Mar-2022772 1712

README.chromiumH A D30-Mar-2022307 1411

__init__.pyH A D30-Mar-202229.4 KiB869654

README

1Six is a Python 2 and 3 compatibility library.  It provides utility functions
2for smoothing over the differences between the Python versions with the goal of
3writing Python code that is compatible on both Python versions.  See the
4documentation for more information on what is provided.
5
6Six supports every Python version since 2.6.  It is contained in only one Python
7file, so it can be easily copied into your project. (The copyright and license
8notice must be retained.)
9
10Online documentation is at https://pythonhosted.org/six/.
11
12Bugs can be reported to https://bitbucket.org/gutworth/six.  The code can also
13be found there.
14
15For questions about six or porting in general, email the python-porting mailing
16list: https://mail.python.org/mailman/listinfo/python-porting
17

README.chromium

1Name: six
2Short Name: six
3URL: https://bitbucket.org/gutworth/six/commits/tag/1.10.0
4Version: 1.10.0
5Revision: 403:e5218c3f66a2
6License: Apache License, Version 2.0
7
8Description:
9Six is a Python 2 and 3 compatibility library.
10
11Local Modifications:
12- Copied six.py as __init__.py.
13- Kept LICENSE and README.
14