Jason R. Coombs <jar...@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='f...@example.com', long_description = u'\xc0',)" check -r

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

_______________________________________
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