summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-06-14 10:29:16 (GMT)
committerGitHub <noreply@github.com>2023-06-14 10:29:16 (GMT)
commite5d45b7444733861153d6e8959c34323fd361322 (patch)
tree1dbbbd66a6b023468c0970aa1c11ddb75fe4c583 /Misc
parent67f69dba0a2adc68c631bad5d970bdd22fc05d91 (diff)
downloadcpython-e5d45b7444733861153d6e8959c34323fd361322.zip
cpython-e5d45b7444733861153d6e8959c34323fd361322.tar.gz
cpython-e5d45b7444733861153d6e8959c34323fd361322.tar.bz2
gh-105745: Fix open method of webbrowser.Konqueror (#105746)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-06-14-10-27-34.gh-issue-105745.l1ttOQ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-14-10-27-34.gh-issue-105745.l1ttOQ.rst b/Misc/NEWS.d/next/Library/2023-06-14-10-27-34.gh-issue-105745.l1ttOQ.rst
new file mode 100644
index 0000000..7df7c5a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-06-14-10-27-34.gh-issue-105745.l1ttOQ.rst
@@ -0,0 +1 @@
+Fix ``webbrowser.Konqueror.open`` method.