[New-bugs-announce] [issue8774] 0xe7 in ``heapq.__about__`` causes badness

Dan Buch report at bugs.python.org
Thu May 20 05:17:32 CEST 2010


New submission from Dan Buch <daniel.buch at gmail.com>:

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.)

----------
components: Library (Lib)
files: françois-pinard-killed-my-tabnanny.patch
keywords: patch
messages: 106129
nosy: meatballhat
priority: normal
severity: normal
status: open
title: 0xe7 in ``heapq.__about__`` causes badness
versions: Python 3.2
Added file: http://bugs.python.org/file17413/françois-pinard-killed-my-tabnanny.patch

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


More information about the New-bugs-announce mailing list