Ports: Add note about Python webbrowser patch upstreaming

This commit is contained in:
Linus Groh 2021-05-09 17:15:15 +01:00
parent 2cbe510e89
commit 25cf59f2f6
Notes: sideshowbarker 2024-07-18 18:25:55 +09:00

View file

@ -19,3 +19,5 @@ Our stub implementation of `setlocale()` always returns `nullptr`, which the int
## `webbrowser.patch`
Register the SerenityOS Browser in the [`webbrowser`](https://docs.python.org/3/library/webbrowser.html) module.
Note: This change [has been added to upstream CPython](https://github.com/python/cpython/pull/25947) and will be included in the Python 3.10 release :^)