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

Side by Side Diff: native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium

Issue 1532203002: Update README.chromium to reflect whether a tool is shipped or not (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add webdriver Created 5 years 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
OLDNEW
1 Name: fancy_urllib 1 Name: fancy_urllib
2 URL: http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib 2 URL: http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib
3 License: Apache 2.0 3 License: Apache 2.0
4 License File: README.chromium 4 License File: NOT_SHIPPED
5 Security Critical: no 5 Security Critical: no
6 6
7 The fancy_urllib library was obtained from 7 The fancy_urllib library was obtained from
8 http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib/fancy_ur llib/__init__.py 8 http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib/fancy_ur llib/__init__.py
9 under the following license (http://googleappengine.googlecode.com/svn/trunk/pyt hon/LICENSE): 9 under the following license (http://googleappengine.googlecode.com/svn/trunk/pyt hon/LICENSE):
10 10
11 GOOGLE APP ENGINE SDK 11 GOOGLE APP ENGINE SDK
12 ===================== 12 =====================
13 Copyright 2008 Google Inc. 13 Copyright 2008 Google Inc.
14 All rights reserved. 14 All rights reserved.
15 15
16 Licensed under the Apache License, Version 2.0 (the "License"); 16 Licensed under the Apache License, Version 2.0 (the "License");
17 you may not use this file except in compliance with the License. 17 you may not use this file except in compliance with the License.
18 You may obtain a copy of the License at 18 You may obtain a copy of the License at
19 19
20 http://www.apache.org/licenses/LICENSE-2.0 20 http://www.apache.org/licenses/LICENSE-2.0
21 21
22 Unless required by applicable law or agreed to in writing, software 22 Unless required by applicable law or agreed to in writing, software
23 distributed under the License is distributed on an "AS IS" BASIS, 23 distributed under the License is distributed on an "AS IS" BASIS,
24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 See the License for the specific language governing permissions and 25 See the License for the specific language governing permissions and
26 limitations under the License. 26 limitations under the License.
27 27
28 Local Modifications: 28 Local Modifications:
29 - Python 2.7.9 adds an additional parameter to urllib2.HTTPSHandler.do_open. I 29 - Python 2.7.9 adds an additional parameter to urllib2.HTTPSHandler.do_open. I
30 modified FancyHTTPSHandler.do_open to take this parameter and forward it to 30 modified FancyHTTPSHandler.do_open to take this parameter and forward it to
31 the super function. 31 the super function.
OLDNEW
« no previous file with comments | « chrome/third_party/mock4js/README.chromium ('k') | native_client_sdk/src/libraries/third_party/pthreads-win32/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698