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 meatballhat
Recipients meatballhat
Date 2010-05-20.03:17:29
SpamBayes Score 0.008626225
Marked as misclassified No
Message-id <1274325452.59.0.072847766153.issue8774@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed while running ``python3 -m tabnanny -v Lib/*.py`` that the process died at heapq.py.  The 0x37 char in "François Pinard" (in the ``__about__`` attr) was the culprit.  The attached patch replaces it with '\xe7'.  Changing the encoding cookie was not necessary to make it work, but seemed like a good idea at the time (I forget if it even matters... haven't worked much in py3k yet.)
History
Date User Action Args
2010-05-20 03:17:32meatballhatsetrecipients: + meatballhat
2010-05-20 03:17:32meatballhatsetmessageid: <1274325452.59.0.072847766153.issue8774@psf.upfronthosting.co.za>
2010-05-20 03:17:30meatballhatlinkissue8774 messages
2010-05-20 03:17:30meatballhatcreate