summaryrefslogtreecommitdiff
path: root/Ports/python3
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-09 17:15:15 +0100
committerLinus Groh <mail@linusgroh.de>2021-05-09 17:15:15 +0100
commit25cf59f2f628bb6011583ad81f02dfbacfc7addd (patch)
tree0301ceab382ab237e3876788fbf8ddc177244d8a /Ports/python3
parent2cbe510e8946b5921b795080a5bee805c6890aa5 (diff)
downloadserenity-25cf59f2f628bb6011583ad81f02dfbacfc7addd.zip
Ports: Add note about Python webbrowser patch upstreaming
Diffstat (limited to 'Ports/python3')
-rw-r--r--Ports/python3/patches/ReadMe.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ports/python3/patches/ReadMe.md b/Ports/python3/patches/ReadMe.md
index 059563c232..c5ab7d039c 100644
--- a/Ports/python3/patches/ReadMe.md
+++ b/Ports/python3/patches/ReadMe.md
@@ -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 :^)