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
|