diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-19 21:31:42 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-19 21:31:42 (GMT) |
commit | 10a51afc807195706af20c29e87c4a56c62737ac (patch) | |
tree | 8d5384d29de8ffdd8478fa9f6ebc916982ab16cd /Misc/NEWS | |
parent | 1eab9ccd0d12d9c65c38cd4c8aa8d90909199bda (diff) | |
download | cpython-10a51afc807195706af20c29e87c4a56c62737ac.zip cpython-10a51afc807195706af20c29e87c4a56c62737ac.tar.gz cpython-10a51afc807195706af20c29e87c4a56c62737ac.tar.bz2 |
Merged revisions 80221 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80221 | tarek.ziade | 2010-04-19 23:28:21 +0200 (Mon, 19 Apr 2010) | 1 line
Fixed #8463: added missing reference to bztar in shutil's documentation.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -318,6 +318,8 @@ C-API Library ------- +- Issue #8463: added missing reference to bztar in shutil's documentation. + - 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'). |