]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
authorJeremy Attali <jeremy.attali@gmail.com>
Wed, 3 Jun 2020 12:42:33 +0000 (08:42 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 12:42:33 +0000 (05:42 -0700)
commitc822efeda9a0afe87cf3429724732fc8e19a01fb
tree7ff5d75174b62bdfce1f853a7944974e107df04a
parentfa7ab6aa0f9a4f695e5525db5a113cd21fa93787
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)

Would be nice to backport to python 3.7+. I don't think it's worth the hassle to backport this all the way down to 3.10. But I'll let the maintainers decide.

This is hard to test because the test setup already includes this [environment variable](https://github.com/python/cpython/blob/master/Lib/test/pythoninfo.py#L292)

Let me know if something doesn't match the PR guidelines. This is my first PR in the python source code.
Lib/webbrowser.py
Misc/NEWS.d/next/Library/2020-05-27-21-27-01.bpo-40767.L5MnVV.rst [new file with mode: 0644]