summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-04-04 16:00:03 (GMT)
committerGitHub <noreply@github.com>2023-04-04 16:00:03 (GMT)
commitfd1947ecfba589feebd48c1ebb60d1c01ee0a89d (patch)
treecbb4f8399f992f1f5b9ca18e09cfaa5234c95985 /Misc/NEWS.d
parent89e6a3446184925ee7f17cd0d948c7784a88b8d7 (diff)
downloadcpython-fd1947ecfba589feebd48c1ebb60d1c01ee0a89d.zip
cpython-fd1947ecfba589feebd48c1ebb60d1c01ee0a89d.tar.gz
cpython-fd1947ecfba589feebd48c1ebb60d1c01ee0a89d.tar.bz2
bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module (GH-29908)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2021-12-03-23-00-56.bpo-44844.tvg2VY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-03-23-00-56.bpo-44844.tvg2VY.rst b/Misc/NEWS.d/next/Library/2021-12-03-23-00-56.bpo-44844.tvg2VY.rst
new file mode 100644
index 0000000..f0c9123
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-12-03-23-00-56.bpo-44844.tvg2VY.rst
@@ -0,0 +1 @@
+Enables :mod:`webbrowser` to detect and launch Microsoft Edge browser.