commit | 1aa999c49ed82c89257c13cba5e210c3ba34c130 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Mon Mar 14 18:53:59 2011 -0400 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Mon Mar 14 18:53:59 2011 -0400 |
tree | 3a6f6056a91d86836552998b50d867a668482e63 | |
parent | 19199830f7f880b1e9cff5d92d30706fd8bb4700 [diff] [blame] |
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list.
diff --git a/Misc/NEWS b/Misc/NEWS index 16ab295..af1ba7f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Library ------- +- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified + IP addresses in the proxy exception list. + - Issue #11131: Fix sign of zero in plus and minus operations when the context rounding mode is ROUND_FLOOR.