diff options
author | Lucas Esposito <LucasEsposito@users.noreply.github.com> | 2024-08-07 15:07:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 15:07:26 (GMT) |
commit | 0bd93755f37e6b8beb597787fce39eb141179965 (patch) | |
tree | 9d157150273d992b7ff1211bb045c32b1c4b7927 /Misc/NEWS.d/next/Windows | |
parent | c25898d51e4ec84319b7113d5bf453c6e6519d9c (diff) | |
download | cpython-0bd93755f37e6b8beb597787fce39eb141179965.zip cpython-0bd93755f37e6b8beb597787fce39eb141179965.tar.gz cpython-0bd93755f37e6b8beb597787fce39eb141179965.tar.bz2 |
gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-07-19-21-50-54.gh-issue-100256.GDrKba.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-07-19-21-50-54.gh-issue-100256.GDrKba.rst b/Misc/NEWS.d/next/Windows/2024-07-19-21-50-54.gh-issue-100256.GDrKba.rst new file mode 100644 index 0000000..f0156dd --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-07-19-21-50-54.gh-issue-100256.GDrKba.rst @@ -0,0 +1 @@ +:mod:`mimetypes` no longer fails when it encounters an inaccessible registry key. |