This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ptn
Recipients ajaksu2, benjamin.peterson, georg.brandl, orivej, pitrou, ptn, pyscripter
Date 2009-06-17.16:09:05
SpamBayes Score 9.3516725e-08
Marked as misclassified No
Message-id <1245254948.17.0.51693773962.issue1685@psf.upfronthosting.co.za>
In-reply-to
Content
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]
History
Date User Action Args
2009-06-17 16:09:08ptnsetrecipients: + ptn, georg.brandl, pitrou, ajaksu2, pyscripter, benjamin.peterson, orivej
2009-06-17 16:09:08ptnsetmessageid: <1245254948.17.0.51693773962.issue1685@psf.upfronthosting.co.za>
2009-06-17 16:09:06ptnlinkissue1685 messages
2009-06-17 16:09:05ptncreate