diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-01-09 03:52:10 (GMT) |
---|---|---|
committer | Xiang Zhang <angwerzx@126.com> | 2017-01-09 03:52:10 (GMT) |
commit | 04c15d5bdc1960be67b4d93f846141e6451a0c6c (patch) | |
tree | 1ad0b60d4e329cb0b1822ae1215075d1830604bc /Misc/NEWS | |
parent | 9d60b94427f42b3f543e398205113a1b18b43598 (diff) | |
parent | c44d58a77a123873b093c4690056ef4d20e873f3 (diff) | |
download | cpython-04c15d5bdc1960be67b4d93f846141e6451a0c6c.zip cpython-04c15d5bdc1960be67b4d93f846141e6451a0c6c.tar.gz cpython-04c15d5bdc1960be67b4d93f846141e6451a0c6c.tar.bz2 |
Issue #29142: Merge 3.6.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -212,6 +212,10 @@ Core and Builtins Library ------- +- Issue #29142: In urllib.request, suffixes in no_proxy environment variable with + leading dots could match related hostnames again (e.g. .b.c matches a.b.c). + Patch by Milan Oberkirch. + - Issue #28961: Fix unittest.mock._Call helper: don't ignore the name parameter anymore. Patch written by Jiajun Huang. |