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 methane
Recipients docs@python, methane
Date 2010-11-14.23:01:12
SpamBayes Score 0.031930823
Marked as misclassified No
Message-id <1289775674.64.0.742644713798.issue10420@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/library/bdb.html#bdb.effective

>Determine if there is an effective (active) breakpoint at this line of code.
>Return breakpoint number or 0 if none.

bdb.effective doesn't return 0. If no breakpoint is found, it returns
(None, None).
History
Date User Action Args
2010-11-14 23:01:14methanesetrecipients: + methane, docs@python
2010-11-14 23:01:14methanesetmessageid: <1289775674.64.0.742644713798.issue10420@psf.upfronthosting.co.za>
2010-11-14 23:01:12methanelinkissue10420 messages
2010-11-14 23:01:12methanecreate