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.

Author Vladimir.Kotulskiy
Recipients Vladimir.Kotulskiy, ezio.melotti
Date 2012-12-05.17:05:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354727126.64.0.779112456141.issue16617@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2012-12-05 17:05:26Vladimir.Kotulskiysetrecipients: + Vladimir.Kotulskiy, ezio.melotti
2012-12-05 17:05:26Vladimir.Kotulskiysetmessageid: <1354727126.64.0.779112456141.issue16617@psf.upfronthosting.co.za>
2012-12-05 17:05:26Vladimir.Kotulskiylinkissue16617 messages
2012-12-05 17:05:26Vladimir.Kotulskiycreate