New submission from Кирилл Кузьминых <sai...@mail.ru>:

Command `register` (and `check -r` too) raises the exception UnicodeDecodeError 
if the long_description (stored as unicode) contains not ASCII chars.
This is because the Docutils, called from Distutils, accepts only ASCII or 
Unicode. But Distutils passes to Docutils text as a `str` (ASCII or UTF-8).

PS: sorry for my English

----------
assignee: tarek
components: Distutils
files: trace.log
messages: 145007
nosy: Cykooz, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: UnicodeDecodeError in command `register` due to using not ASCII chars in 
long_description
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file23327/trace.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13114>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to