Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: third_party/six/README

Issue 1587593003: Replace six with the current version which passes checklicenses.py. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Update URL field in README.chromium. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/six/PKG-INFO ('k') | third_party/six/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Six is a Python 2 and 3 compatibility library. It provides utility functions 1 Six is a Python 2 and 3 compatibility library. It provides utility functions
2 for smoothing over the differences between the Python versions with the goal of 2 for smoothing over the differences between the Python versions with the goal of
3 writing Python code that is compatible on both Python versions. See the 3 writing Python code that is compatible on both Python versions. See the
4 documentation for more information on what is provided. 4 documentation for more information on what is provided.
5 5
6 Six supports every Python version since 2.5. It is contained in only one Python 6 Six supports every Python version since 2.6. It is contained in only one Python
7 file, so it can be easily copied into your project. (The copyright and license 7 file, so it can be easily copied into your project. (The copyright and license
8 notice must be retained.) 8 notice must be retained.)
9 9
10 Online documentation is at http://pythonhosted.org/six/. 10 Online documentation is at https://pythonhosted.org/six/.
11 11
12 Bugs can be reported to https://bitbucket.org/gutworth/six. The code can also 12 Bugs can be reported to https://bitbucket.org/gutworth/six. The code can also
13 be found there. 13 be found there.
14 14
15 For questions about six or porting in general, email the python-porting mailing 15 For questions about six or porting in general, email the python-porting mailing
16 list: http://mail.python.org/mailman/listinfo/python-porting 16 list: https://mail.python.org/mailman/listinfo/python-porting
OLDNEW
« no previous file with comments | « third_party/six/PKG-INFO ('k') | third_party/six/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698