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

Jason R. Coombs report at bugs.python.org
Tue Jan 3 21:01:06 CET 2012


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I recently encountered this error, and in the process of troubleshooting, developed this one-line to reproduce the problem. I'm including it here for posterity (and in case anybody wants to test a given version of Python for the error):

python -c "from distutils.core import setup; setup(name='foo.project', version='1.0', url='http://www.example.com', author='Foo', author_email='foo at example.com', long_description = u'\xc0',)" check -r

----------
nosy: +jason.coombs

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


More information about the Python-bugs-list mailing list