New submission from Dan Buch <daniel.b...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8774>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to