[issue1685] linecache .updatecache fails on utf8 encoded files
Pablo Torres Navarrete
report at bugs.python.org
Wed Jun 17 18:09:08 CEST 2009
Pablo Torres Navarrete <tn.pablo at gmail.com> added the comment:
Cannot reproduce on Ubuntu 9.04 with py3k at revision 73267:
$ ./python
Python 3.1rc1+ (py3k:73267, Jun 7 2009, 14:45:03)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pdb
[49404 refs]
>>> d = pdb.Pdb()
[49446 refs]
>>> fname = r"temp/test.py"
[49448 refs]
>>> print(d.set_break(fname,1))
None
[49505 refs]
----------
nosy: +ptn
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1685>
_______________________________________
More information about the Python-bugs-list
mailing list