[New-bugs-announce] [issue44059] Support SerenityOS Browser in webbrowser module

Linus Groh report at bugs.python.org
Thu May 6 10:44:55 EDT 2021


New submission from Linus Groh <mail at linusgroh.de>:

SerenityOS [1] maintains its own port of Python (currently 3.9.5) [2], with increasingly fewer custom patches. It has its own webbrowser (called "Browser") [3][4], which is the only browser installed by default - as a result, webbrowser.open() currently does not work out of the box. However, register()'ing the browser was straightforward [5]. The goal of this issue is to get that patch into upstream Python.


[1] github.com/SerenityOS/serenity
[2] https://github.com/SerenityOS/serenity/blob/master/Ports/python3
[3] https://github.com/SerenityOS/serenity/tree/master/Userland/Applications/Browser
[4] https://github.com/SerenityOS/serenity/blob/master/Documentation/Browser/ProcessArchitecture.md
[5] https://github.com/SerenityOS/serenity/commit/9f970c3459be761c6d1ac192eb494d630b4ca1ed

----------
components: Library (Lib)
messages: 393095
nosy: linusg
priority: normal
severity: normal
status: open
title: Support SerenityOS Browser in webbrowser module
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44059>
_______________________________________


More information about the New-bugs-announce mailing list