[issue21871] Python 2.7.7 regression in mimetypes read_windows_registry

2014-06-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset ee33d61f5e4b by Benjamin Peterson in branch '2.7': add a test for access errors from OpenKey (closes #21871) http://hg.python.org/cpython/rev/ee33d61f5e4b -- nosy: +python-dev resolution: - fixed stage: - resolved status: open - closed

[issue21871] Python 2.7.7 regression in mimetypes read_windows_registry

2014-06-28 Thread Vladimir Iofik
Vladimir Iofik added the comment: I have attached patch to #21652 which partly reverts patch applied in #9291. I think we'll have to add one more test for this case. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21871

[issue21871] Python 2.7.7 regression in mimetypes read_windows_registry

2014-06-28 Thread Vladimir Iofik
Vladimir Iofik added the comment: Test added. -- keywords: +patch Added file: http://bugs.python.org/file35796/21871.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21871 ___

[issue21871] Python 2.7.7 regression in mimetypes read_windows_registry

2014-06-25 Thread agolde
New submission from agolde: Python 2.7.7 seems to contain a regression of issue #10162 as compared with 2.7.6, re-introduced by the fix of issue #9291. import mimetypes mimetypes.init() Traceback (most recent call last): File stdin, line 1, in module File C:\Program Files\INRO\Emme\Emme

[issue21871] Python 2.7.7 regression in mimetypes read_windows_registry

2014-06-25 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- nosy: +Vladimir.Iofik, benjamin.peterson, tim.golden ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21871 ___

[issue21871] Python 2.7.7 regression in mimetypes read_windows_registry

2014-06-25 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- priority: normal - release blocker ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21871 ___