summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-01-09 03:52:10 (GMT)
committerXiang Zhang <angwerzx@126.com>2017-01-09 03:52:10 (GMT)
commit04c15d5bdc1960be67b4d93f846141e6451a0c6c (patch)
tree1ad0b60d4e329cb0b1822ae1215075d1830604bc /Misc/NEWS
parent9d60b94427f42b3f543e398205113a1b18b43598 (diff)
parentc44d58a77a123873b093c4690056ef4d20e873f3 (diff)
downloadcpython-04c15d5bdc1960be67b4d93f846141e6451a0c6c.zip
cpython-04c15d5bdc1960be67b4d93f846141e6451a0c6c.tar.gz
cpython-04c15d5bdc1960be67b4d93f846141e6451a0c6c.tar.bz2
Issue #29142: Merge 3.6.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82e8e96..626da96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.