]> granicus.if.org Git - python/commit
Merged revisions 85774 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 21 Oct 2010 14:48:22 +0000 (14:48 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 21 Oct 2010 14:48:22 +0000 (14:48 +0000)
commit4cc5403527e255bb4942b3ef8bca1b7f65781c29
treef1d12a195f411e3c60dda91346e0f8e0eaf979a4
parent045bbcdc8e1c745e49d3f4b0d79ca8182375bce0
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.
........
Lib/mimetypes.py
Misc/NEWS