Issue 10420: Document of Bdb.effective is wrong. (original) (raw)

Issue10420

Created on 2010-11-14 23:01 by methane, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg121211 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2010-11-14 23:01
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).
msg122451 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-11-26 12:06
Thanks, fixed in r86798.
History
Date User Action Args
2022-04-11 14:57:08 admin set github: 54629
2010-11-26 12:06:08 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2010-11-14 23:01:12 methane create