[issue15509] UnixBrowser.open sometimes passes zero-length argument to the browser.

2012-09-03 Thread R. David Murray
R. David Murray added the comment: Thanks, Anton. -- resolution: -> fixed stage: test needed -> committed/rejected status: open -> closed ___ Python tracker ___

[issue15509] UnixBrowser.open sometimes passes zero-length argument to the browser.

2012-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6768aa70c2d3 by R David Murray in branch '3.2': #15509: If %action substitution produces a null string, drop it. http://hg.python.org/cpython/rev/6768aa70c2d3 New changeset 323ca2f0e382 by R David Murray in branch 'default': Merge #15509: If %action

[issue15509] UnixBrowser.open sometimes passes zero-length argument to the browser.

2012-09-03 Thread R. David Murray
Changes by R. David Murray : -- title: webbrowser.open sometimes passes zero-length argument to the browser. -> UnixBrowser.open sometimes passes zero-length argument to the browser. ___ Python tracker ___