commit | 31802d093f09dbf4be874e72add58b88047faa97 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Oct 18 07:07:00 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Oct 18 07:07:00 2009 +0000 |
tree | bb4bfcecfbc0d0804166bcfdd98b43b1b2ddbc84 | |
parent | 9039b83c534251d8a28a16ac25fac20c17382945 [diff] [blame] |
Fix for issue 7149: a regression in 2.6.3 that causes an exception when trying to detect proxy settings on OSX.
diff --git a/Misc/NEWS b/Misc/NEWS index 2ac0d9f..d694056 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -411,6 +411,8 @@ Library ------- +- Issue #7149: urllib fails on OSX in the proxy detection code + - Issue #7069: Make inspect.isabstract() return a boolean. - Add support to the `ihooks` module for relative imports.