diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2011-03-14 22:15:25 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2011-03-14 22:15:25 (GMT) |
commit | e72e161851cb5d0bddef3d24e56bb5d2969a28e5 (patch) | |
tree | ef9b3e292d6b9be6a193d94a45beb5c09d31bd65 /Misc/NEWS | |
parent | 94eceeb89c153d8bf77dc194f8896a66cc25519a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---------- |