[issue15499] Sleep is hardcoded in webbrowser.UnixBrowser

2012-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset a16403affccd by Jesus Cea in branch 'default': Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser http://hg.python.org/cpython/rev/a16403affccd -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open ->

[issue15499] Sleep is hardcoded in webbrowser.UnixBrowser

2012-07-31 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Thanks. Applying to 3.3. -- assignee: -> jcea nosy: +jcea versions: +Python 3.3 -Python 3.4 ___ Python tracker ___ ___

[issue15499] Sleep is hardcoded in webbrowser.UnixBrowser

2012-07-30 Thread Anton Barkovsky
New submission from Anton Barkovsky: webbrowser.UnixBrowser._invoke will sleep for at least 1 second after launching browser process and then probably 4 more seconds. These numbers are hardcoded and can't be modified which is especially problematic for testing. I think this code should be replac