commit | 4cc5403527e255bb4942b3ef8bca1b7f65781c29 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Thu Oct 21 14:48:22 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Thu Oct 21 14:48:22 2010 +0000 |
tree | f1d12a195f411e3c60dda91346e0f8e0eaf979a4 | |
parent | 045bbcdc8e1c745e49d3f4b0d79ca8182375bce0 [diff] |
Merged revisions 85774 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85774 | brian.curtin | 2010-10-21 09:11:48 -0500 (Thu, 21 Oct 2010) | 7 lines 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. ........