diff options
author | Krishna Chivukula <63070026+KrishnaSai2020@users.noreply.github.com> | 2020-06-22 09:06:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 09:06:07 (GMT) |
commit | 9e27bc0c1efc7478872f98729f87886e9333548f (patch) | |
tree | d32dd2123e9d33931b46fd7616b4a868ce70dc84 /Misc | |
parent | 36ff513f82e372ed3cea0bf7cbdf15a1ef6dab9e (diff) | |
download | cpython-9e27bc0c1efc7478872f98729f87886e9333548f.zip cpython-9e27bc0c1efc7478872f98729f87886e9333548f.tar.gz cpython-9e27bc0c1efc7478872f98729f87886e9333548f.tar.bz2 |
bpo-41005: Fixed perrmission error (GH-20936)
* fixed issue 41005: webbrowser fails when xdg-settings cannot be executed
Co-authored-by: KrishnaSai2020 <krishnasai.chivukula@gmal.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-06-17-13-45-15.bpo-41005.zZegdV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-06-17-13-45-15.bpo-41005.zZegdV.rst b/Misc/NEWS.d/next/macOS/2020-06-17-13-45-15.bpo-41005.zZegdV.rst new file mode 100644 index 0000000..3b5f3f2 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-06-17-13-45-15.bpo-41005.zZegdV.rst @@ -0,0 +1 @@ +fixed an XDG settings issue not allowing macos to open browser in webbrowser.py
\ No newline at end of file |