]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #10162: Add try/except around _winreg.OpenKey for keys that are
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 21 Oct 2010 14:11:48 +0000 (14:11 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 21 Oct 2010 14:11:48 +0000 (14:11 +0000)
commit000f974b44c570ea042e2e61823ae243dfb9b429
tree23b8980f26f2caf50dbf43bd0c83a085ef27f0e1
parent28928aef2ed23ae038ba2dd12b7adc51fa62805f
Fix #10162: Add try/except around _winreg.OpenKey for keys that are
unreadable by all users, e.g., Flash, Silverlight, and Java keys were
causing errors.

We don't currently have a way to grant/deny permissions for a key
via winreg so there are no tests for this.
Lib/mimetypes.py
Misc/NEWS