summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2020-11-08 09:46:55 (GMT)
committerGitHub <noreply@github.com>2020-11-08 09:46:55 (GMT)
commit23831a7a90956e38b7d70304bb6afe30d37936de (patch)
treebf6b44fcd0786ccb770d677fdfd92f10fb506cd3 /Misc/NEWS.d/next/Library
parent41761933c1c30bb6003b65eef1ba23a83db4eae4 (diff)
downloadcpython-23831a7a90956e38b7d70304bb6afe30d37936de.zip
cpython-23831a7a90956e38b7d70304bb6afe30d37936de.tar.gz
cpython-23831a7a90956e38b7d70304bb6afe30d37936de.tar.bz2
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
It is not clear why this can happen, but several users have mentioned getting this exception on macOS.
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-01-15-07-20.bpo-41754.DraSZh.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-01-15-07-20.bpo-41754.DraSZh.rst b/Misc/NEWS.d/next/Library/2020-11-01-15-07-20.bpo-41754.DraSZh.rst
new file mode 100644
index 0000000..181c2d9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-11-01-15-07-20.bpo-41754.DraSZh.rst
@@ -0,0 +1 @@
+webbrowser: Ignore *NotADirectoryError* when calling ``xdg-settings``.