summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-04-18 20:49:34 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-04-18 20:49:34 (GMT)
commit218cc58d08095efb05d62e7a7d58853a33dd2d12 (patch)
tree1a24b77cef873fa16bf108a7764b69c6a8c7211a /Misc/NEWS
parentb136a9c9d718e6cc717aef45daec9e8b28423b06 (diff)
downloadcpython-218cc58d08095efb05d62e7a7d58853a33dd2d12.zip
cpython-218cc58d08095efb05d62e7a7d58853a33dd2d12.tar.gz
cpython-218cc58d08095efb05d62e7a7d58853a33dd2d12.tar.bz2
Merged revisions 80198 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80198 | ronald.oussoren | 2010-04-18 22:46:11 +0200 (Sun, 18 Apr 2010) | 4 lines For for issue #7154: Port the code that uses the SystemConfiguration framework to detect the proxy settings on OSX from the trunk to python 3.2 ........
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 4562438..085edc0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -198,6 +198,9 @@ Core and Builtins
Library
-------
+- Issue #7154: urllib.request can now detect the proxy settings on OSX 10.6
+ (as long as the user didn't specify 'automatic proxy configuration').
+
- Issue #8412: os.system() now accepts bytes, bytearray and str with
surrogates.