[issue10420] Document of Bdb.effective is wrong.

2010-11-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r86798. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10420] Document of Bdb.effective is wrong.

2010-11-14 Thread INADA Naoki
New submission from INADA Naoki : 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).