diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-12-05 01:02:21 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-12-05 01:02:21 (GMT) |
commit | bc2ce57203e1f355004ec95953eae9dec780ef9a (patch) | |
tree | 066d0379437cfd29e77abc3d85cde7331ddbb828 /Misc | |
parent | 9a0a65b524fa5afa91d918977bada03d24f95234 (diff) | |
download | cpython-bc2ce57203e1f355004ec95953eae9dec780ef9a.zip cpython-bc2ce57203e1f355004ec95953eae9dec780ef9a.tar.gz cpython-bc2ce57203e1f355004ec95953eae9dec780ef9a.tar.bz2 |
Issue #4537: webbrowser.UnixBrowser failed because this module defines an open()
function which shadows the builtin.
Will backport to 3.0
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Core and Builtins Library ------- +- Issue #4537: webbrowser.UnixBrowser would fail to open the browser because + it was calling the wrong open() function. + - Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to support unusual filenames (such as those containing semi-colons) in Content-Disposition headers. |