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

dis.findlinestarts is missing from dis.__all__ and from the online documentation #48472

Closed
exarkun mannequin opened this issue Oct 28, 2008 · 3 comments
Closed

dis.findlinestarts is missing from dis.__all__ and from the online documentation #48472

exarkun mannequin opened this issue Oct 28, 2008 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir stdlib Python modules in the Lib dir

Comments

@exarkun
Copy link
Mannequin

exarkun mannequin commented Oct 28, 2008

BPO 4222
Nosy @loewis, @birkenfeld

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 = 'https://github.com/birkenfeld'
closed_at = <Date 2009-01-01.12:10:03.420>
created_at = <Date 2008-10-28.17:16:45.933>
labels = ['library', 'docs']
title = 'dis.findlinestarts is missing from dis.__all__ and from the online documentation'
updated_at = <Date 2009-01-01.12:10:03.381>
user = 'https://bugs.python.org/exarkun'

bugs.python.org fields:

activity = <Date 2009-01-01.12:10:03.381>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-01-01.12:10:03.420>
closer = 'georg.brandl'
components = ['Documentation', 'Library (Lib)']
creation = <Date 2008-10-28.17:16:45.933>
creator = 'exarkun'
dependencies = []
files = []
hgrepos = []
issue_num = 4222
keywords = []
message_count = 3.0
messages = ['75291', '77495', '78701']
nosy_count = 3.0
nosy_names = ['loewis', 'georg.brandl', 'exarkun']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4222'
versions = ['Python 2.7']

@exarkun
Copy link
Mannequin Author

exarkun mannequin commented Oct 28, 2008

There aren't many high-ish level APIs for dealing with lnotab.
dis.findlinestarts is one, but it's not clear if it's private or public.
If it's public, it'd be great to make it clear that it is and document
it. If it's not, perhaps it should be renamed _findlinestarts.

@exarkun exarkun mannequin assigned birkenfeld Oct 28, 2008
@exarkun exarkun mannequin added docs Documentation in the Doc dir stdlib Python modules in the Lib dir labels Oct 28, 2008
@loewis
Copy link
Mannequin

loewis mannequin commented Dec 10, 2008

Such a change is out of scope for maintenance releases (in any case, no
resolution has been proposed, yet).

@birkenfeld
Copy link
Member

Documented dis.findlinestarts() and put it into dis.__all__ in r68119.

@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 stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant