summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-04-18 20:46:11 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-04-18 20:46:11 (GMT)
commit8415120af34d7239dca90f6cd47d0714c226d123 (patch)
tree350627ffb1ae96418a7dcd31eeeee0a6ca8e8f8f /Misc
parentf88db8de767460a6a2bd4307278ba6e9253b7770 (diff)
downloadcpython-8415120af34d7239dca90f6cd47d0714c226d123.zip
cpython-8415120af34d7239dca90f6cd47d0714c226d123.tar.gz
cpython-8415120af34d7239dca90f6cd47d0714c226d123.tar.bz2
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')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d882898..758a2ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -318,6 +318,9 @@ C-API
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 #3817: ftplib.FTP.abort() method now considers 225 a valid response
code as stated in RFC-959 at chapter 5.4.