Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document of Bdb.effective is wrong. #54629

Closed
methane opened this issue Nov 14, 2010 · 2 comments
Closed

Document of Bdb.effective is wrong. #54629

methane opened this issue Nov 14, 2010 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@methane
Copy link
Member

methane commented Nov 14, 2010

BPO 10420
Nosy @birkenfeld, @methane

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-11-26.12:06:08.703>
created_at = <Date 2010-11-14.23:01:12.790>
labels = ['docs']
title = 'Document of Bdb.effective is wrong.'
updated_at = <Date 2010-11-26.12:06:08.702>
user = 'https://github.com/methane'

bugs.python.org fields:

activity = <Date 2010-11-26.12:06:08.702>
actor = 'georg.brandl'
assignee = 'docs@python'
closed = True
closed_date = <Date 2010-11-26.12:06:08.703>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2010-11-14.23:01:12.790>
creator = 'methane'
dependencies = []
files = []
hgrepos = []
issue_num = 10420
keywords = []
message_count = 2.0
messages = ['121211', '122451']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'methane', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue10420'
versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2', 'Python 3.3']

@methane
Copy link
Member Author

methane commented Nov 14, 2010

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).

@methane methane added the docs Documentation in the Doc dir label Nov 14, 2010
@birkenfeld
Copy link
Member

Thanks, fixed in r86798.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants