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 serhiy.storchaka
Recipients bazwal, berker.peksag, ezio.melotti, lilydjwg, phd, serhiy.storchaka, ssokolow
Date 2016-10-25.13:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477402137.34.0.402467766689.issue23262@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test.regrtest -vuall test_webbrowser
...
======================================================================
FAIL: test_open (test.test_webbrowser.MozillaCommandTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython-3.5/Lib/test/test_webbrowser.py", line 99, in test_open
    arguments=['openURL({})'.format(URL)])
  File "/home/serhiy/py/cpython-3.5/Lib/test/test_webbrowser.py", line 42, in _test
    self.assertIn(option, popen_args)
AssertionError: '-raise' not found in ['http://www.example.com']
History
Date User Action Args
2016-10-25 13:28:57serhiy.storchakasetrecipients: + serhiy.storchaka, phd, bazwal, ssokolow, ezio.melotti, lilydjwg, berker.peksag
2016-10-25 13:28:57serhiy.storchakasetmessageid: <1477402137.34.0.402467766689.issue23262@psf.upfronthosting.co.za>
2016-10-25 13:28:57serhiy.storchakalinkissue23262 messages
2016-10-25 13:28:56serhiy.storchakacreate