[issue44844] The command line of launching Edge on Linux hangs

2021-12-03 Thread Steve Dower
Steve Dower added the comment: @Ray I posted a PR that works fine on Windows, would you be able to try it on Linux? The executables seem to have different names, so I'm a little concerned about the change, but I think it should be alright. -- ___

[issue44844] The command line of launching Edge on Linux hangs

2021-12-03 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +28132 pull_request: https://github.com/python/cpython/pull/29908 ___ Python tracker ___

[issue44844] The command line of launching Edge on Linux hangs

2021-12-03 Thread Steve Dower
Change by Steve Dower : -- pull_requests: -27916 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg406684 ___ Python tracker ___ ___ Python-bugs-list

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg406680 ___ Python tracker ___ ___ Python-bugs-list

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27916 pull_request: https://github.com/python/cpython/pull/29674 ___ Python tracker ___

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -27913 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -27912 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -27892 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread miss-islington
miss-islington added the comment: New changeset d1855ed752ea0484101fc13622626ed0fa2c17b9 by Miss Islington (bot) in branch '3.9': bpo-44844: Remove unresponsive web link (GH-29651) https://github.com/python/cpython/commit/d1855ed752ea0484101fc13622626ed0fa2c17b9 --

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +27913 pull_request: https://github.com/python/cpython/pull/29674 ___ Python tracker ___

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 985233914504c73f14a23af1c68a3709079e6913 by Terry Jan Reedy in branch 'main': bpo-44844: Remove unresponsive web link (GH-29651) https://github.com/python/cpython/commit/985233914504c73f14a23af1c68a3709079e6913 --

[issue44844] The command line of launching Edge on Linux hangs

2021-11-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27912 pull_request: https://github.com/python/cpython/pull/29673 ___ Python tracker

[issue44844] The command line of launching Edge on Linux hangs

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +27892 pull_request: https://github.com/python/cpython/pull/29651 ___ Python tracker ___

[issue44844] The command line of launching Edge on Linux hangs

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -27889 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44844] The command line of launching Edge on Linux hangs

2021-11-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch nosy: +terry.reedy nosy_count: 2.0 -> 3.0 pull_requests: +27889 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29651 ___ Python tracker

[issue44844] The command line of launching Edge on Linux hangs

2021-08-05 Thread Steve Dower
Steve Dower added the comment: Adding a new browser should be pretty easy, and it seems like that's all that is needed here. It has to go into a few places though to support each platform, and unfortunately it's only good for 3.11, and not any of the existing releases. -- keywords:

[issue44844] The command line of launching Edge on Linux hangs

2021-08-05 Thread Ray Luo
New submission from Ray Luo : Launching Chrome on Linux from command line: $ export BROWSER=google-chrome; python -m webbrowser https://httpbin.org/delay/10 It can successfully launch Chrome with the specified web page opened in a new tab. And the console command line finishes