Pablo Torres Navarrete <tn.pa...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1685>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to