This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年12月05日 17:05 by Vladimir.Kotulskiy, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| mimetypes.patch | Vladimir.Kotulskiy, 2012年12月05日 17:05 | |||
| Messages (2) | |||
|---|---|---|---|
| msg176990 - (view) | Author: Vladimir Kotulskiy (Vladimir.Kotulskiy) | Date: 2012年12月05日 17:05 | |
File "C:\DevTools\Python27\lib\mimetypes.py", line 355, in init db.read_windows_registry() File "C:\DevTools\Python27\lib\mimetypes.py", line 259, in read_windows_registry for ctype in enum_types(mimedb): File "C:\DevTools\Python27\lib\mimetypes.py", line 249, in enum_types ctype = ctype.encode(default_encoding) # omit in 3.x! UnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 0: ordinal not in range(128) |
|||
| msg176994 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2012年12月05日 17:23 | |
This is a duplicate of issue9291. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:39 | admin | set | github: 60821 |
| 2012年12月05日 17:23:19 | amaury.forgeotdarc | set | status: open -> closed nosy: + amaury.forgeotdarc messages: + msg176994 superseder: mimetypes initialization fails on Windows because of non-Latin characters in registry resolution: duplicate |
| 2012年12月05日 17:05:26 | Vladimir.Kotulskiy | create | |