[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-07 Thread Кирилл Кузьминых
Changes by Кирилл Кузьминых : -- type: crash -> behavior ___ Python tracker <http://bugs.python.org/issue13114> ___ ___ Python-bugs-list mailing list Unsubscri

[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-06 Thread Кирилл Кузьминых
Changes by Кирилл Кузьминых : -- versions: +3rd party ___ Python tracker <http://bugs.python.org/issue13114> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-06 Thread Кирилл Кузьминых
Changes by Кирилл Кузьминых : -- components: +Distutils2 ___ Python tracker <http://bugs.python.org/issue13114> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13114] check -r fails with non-ASCII unicode long_description

2011-10-06 Thread Кирилл Кузьминых
Кирилл Кузьминых added the comment: I created the patch (in attachment) for Distutils from Python 2.7. PS: Python 3.2 does not contain this error, because there the entire text is stored in unicode. -- components: -Distutils2 keywords: +patch type: behavior -> crash versions: -

[issue13114] UnicodeDecodeError in command `register` due to using not ASCII chars in long_description

2011-10-06 Thread Кирилл Кузьминых
Кирилл Кузьминых added the comment: > Can you give us a short setup.py that reproduces the bug? Ok. Command that reproduces the bug: python setup.py check -r PS: I use: Ubuntu 11.04 Python 2.7.1 Docutils 0.8.1 -- Added file: http://bugs.python.org/file23328/setup

[issue13114] UnicodeDecodeError in command `register` due to using not ASCII chars in long_description

2011-10-06 Thread Кирилл Кузьминых
New submission from Кирилл Кузьминых : 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