Message150523
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 |
|
Date |
User |
Action |
Args |
2012-01-03 20:01:06 | jaraco | set | recipients:
+ jaraco, tarek, eric.araujo, alexis, python-dev, Cykooz |
2012-01-03 20:01:06 | jaraco | set | messageid: <1325620866.36.0.757489784078.issue13114@psf.upfronthosting.co.za> |
2012-01-03 20:01:05 | jaraco | link | issue13114 messages |
2012-01-03 20:01:05 | jaraco | create | |
|