[issue42330] Add browsh in the webbrowser module

2020-11-14 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue42330] Add browsh in the webbrowser module

2020-11-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I concur with Terry. Actually, registering the browser is not necessary for using it. Set the environment variable BROWSER and use your favorite browser. The following example uses curl (which is not registered as in the webbrowser module) as a browser:

[issue42330] Add browsh in the webbrowser module

2020-11-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +22180 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23289 ___ Python tracker _

[issue42330] Add browsh in the webbrowser module

2020-11-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: We do not add just any old or new browser to webrowser's predefined list. (And there are likely some that should be dropped.) The last addition was the Chrome group in 3.3. Neither Microsoft Explorer or Edge are listed. I believe the former was considere

[issue42330] Add browsh in the webbrowser module

2020-11-11 Thread Saiansh Singh
New submission from Saiansh Singh : The webbrowser module is a module used to create a new tab or window inside browsers. It is currently built into python. It supports multiple terminal-based browsers but yet doesn't support browsh. Here is the documentation for browsh for more information: b