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 jaraco
Recipients Cykooz, alexis, eric.araujo, jaraco, python-dev, tarek
Date 2012-01-03.20:01:05
SpamBayes Score 0.00490312
Marked as misclassified No
Message-id <1325620866.36.0.757489784078.issue13114@psf.upfronthosting.co.za>
In-reply-to
Content
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@example.com', long_description = u'\xc0',)" check -r
History
Date User Action Args
2012-01-03 20:01:06jaracosetrecipients: + jaraco, tarek, eric.araujo, alexis, python-dev, Cykooz
2012-01-03 20:01:06jaracosetmessageid: <1325620866.36.0.757489784078.issue13114@psf.upfronthosting.co.za>
2012-01-03 20:01:05jaracolinkissue13114 messages
2012-01-03 20:01:05jaracocreate