New submission from Linus Groh <m...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue44059> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com