STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Yes, tokenize.open() should fix this issue, but you should close the file after 
using it. Use for example "with tokenize.open(): ...".

Can you write a patch? You can download the source code using Mercurial or 
download it manually from http://hg.python.org/cpython/file/tip

See also our http://docs.python.org/devguide/

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12636>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to