From: Martin Panter Date: Sat, 30 Apr 2016 01:30:57 +0000 (+0000) Subject: Issue #26864: Merge no_proxy fixes from 3.5 X-Git-Tag: v3.6.0a1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51b697b7f36e26c73136684f95e5d407fc2ed474;p=thirdparty%2FPython%2Fcpython.git Issue #26864: Merge no_proxy fixes from 3.5 --- 51b697b7f36e26c73136684f95e5d407fc2ed474 diff --cc Misc/NEWS index 7b3bbd7866a7,67c2a17e5d18..d6c30dbf430d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -256,12 -106,12 +256,17 @@@ Core and Builtin Library ------- + - Issue #26864: In urllib.request, change the proxy bypass host checking + against no_proxy to be case-insensitive, and to not match unrelated host + names that happen to have a bypassed hostname as a suffix. Patch by Xiang + Zhang. + +- Issue #24902: Print server URL on http.server startup. Initial patch by + Felix Kaiser. + +- Issue #25788: fileinput.hook_encoded() now supports an "errors" argument + for passing to open. Original patch by Joseph Hackman. + - Issue #26634: recursive_repr() now sets __qualname__ of wrapper. Patch by Xiang Zhang.