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

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

Issue 874393004: [NaCl SDK] Update fancy_urllib for Python 2.7.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium
diff --git a/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium b/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium
index fbbeb3be62a96fe20d5fc774269fdcc4fc45474f..e6016b3f10e5bd8c8e4eb4d0d30c3e3c9ef9f115 100644
--- a/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium
+++ b/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/README.chromium
@@ -24,3 +24,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
+
+Local Modifications:
+- Python 2.7.9 adds an additional parameter to urllib2.HTTPSHandler.do_open. I
+ modified FancyHTTPSHandler.do_open to take this parameter and forward it to
+ the super function.
Sam Clegg 2015/01/26 23:54:22 Did you check if upstream have a fix for this yet?
binji 2015/01/27 00:22:27 Yeah, they say it's fixed in the latest version, b
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698