[issue21652] Python 2.7.7 regression in mimetypes module on Windows

Martin v. Löwis report at bugs.python.org
Fri Jun 13 22:35:42 CEST 2014


Martin v. Löwis added the comment:

I can reproduce the issue with the attached script. The problem is not that EnumKey returns a Unicode string (which it never does), but that QueryValueEx returns a Unicode string. See http://hg.python.org/cpython/rev/18cfc2a42772 for the actual change in question.

----------
Added file: http://bugs.python.org/file35620/finduni.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21652>
_______________________________________


More information about the Python-bugs-list mailing list