diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-04-18 20:46:11 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-04-18 20:46:11 (GMT) |
commit | 8415120af34d7239dca90f6cd47d0714c226d123 (patch) | |
tree | 350627ffb1ae96418a7dcd31eeeee0a6ca8e8f8f /Misc | |
parent | f88db8de767460a6a2bd4307278ba6e9253b7770 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |