This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bhou
Recipients bhou, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-04.23:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441408149.94.0.43004072786.issue25005@psf.upfronthosting.co.za>
In-reply-to
Content
With Python 3.5.0rc2 (tested with both Git BASH and Cmder on Windows 8):

$ python3
>>> import webbrowser
>>> webbrowser.open_new('http://example.com/?a=1&b=2')
'b' is not recognized as an internal or external command,
operable program or batch file.
True

The opened page is http://example.com/?a=1 rather than http://example.com/?a=1&b=2.

Trying to open a URL with only one field works as expected.
History
Date User Action Args
2015-09-04 23:09:09bhousetrecipients: + bhou, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-04 23:09:09bhousetmessageid: <1441408149.94.0.43004072786.issue25005@psf.upfronthosting.co.za>
2015-09-04 23:09:09bhoulinkissue25005 messages
2015-09-04 23:09:09bhoucreate