summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2011-03-14 22:15:25 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2011-03-14 22:15:25 (GMT)
commite72e161851cb5d0bddef3d24e56bb5d2969a28e5 (patch)
treeef9b3e292d6b9be6a193d94a45beb5c09d31bd65 /Misc/NEWS
parent94eceeb89c153d8bf77dc194f8896a66cc25519a (diff)
downloadcpython-e72e161851cb5d0bddef3d24e56bb5d2969a28e5.zip
cpython-e72e161851cb5d0bddef3d24e56bb5d2969a28e5.tar.gz
cpython-e72e161851cb5d0bddef3d24e56bb5d2969a28e5.tar.bz2
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list
Patch by Scott Wilson.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 37b2477..d4ce939 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,6 +197,9 @@ Library
OSError exception when The OS had been told to ignore SIGCLD in our process
or otherwise not wait for exiting child processes.
+- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified
+ IP addresses in the proxy exception list.
+
Extensions
----------