summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-09-03 16:37:59 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-09-03 16:37:59 (GMT)
commitd674a770e9880f8587129e18bf7faa049c56c571 (patch)
tree71a0b24542769ee3669e44241379e4c35b75b03c /Misc/NEWS
parentf147d7345a840bd28396f0a718d31e6710078f06 (diff)
parent94dd7cb0c71dd9e43bd79df2281a8baa4f3f76ca (diff)
downloadcpython-d674a770e9880f8587129e18bf7faa049c56c571.zip
cpython-d674a770e9880f8587129e18bf7faa049c56c571.tar.gz
cpython-d674a770e9880f8587129e18bf7faa049c56c571.tar.bz2
Merge #15509: If %action substitution produces a null string, drop it.
Patch by Anton Barkovsky, comment addition by me. This shows up as a bug in 3.3 because the definition for Chrome produces such an empty string. Tests will follow.
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 7af4fae..93bc1db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #15509: webbrowser.UnixBrowser no longer passes empty arguments to
+ Popen when %action substitutions produce empty strings.
+
- Issue #12776,#11839: call argparse type function (specified by add_argument)
only once. Before, the type function was called twice in the case where the
default was specified and the argument was given as well. This was