Message 393095 - Python tracker
Message393095
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | linusg |
|---|---|
| Recipients | linusg |
| Date | 2021-05-06.14:44:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1620312295.06.0.319620249186.issue44059@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-06 14:44:55 | linusg | set | recipients: + linusg |
| 2021-05-06 14:44:55 | linusg | set | messageid: <1620312295.06.0.319620249186.issue44059@roundup.psfhosted.org> |
| 2021-05-06 14:44:55 | linusg | link | issue44059 messages |
| 2021-05-06 14:44:54 | linusg | create | |