New submission from Jean-Paul Calderone <[EMAIL PROTECTED]>:

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.

----------
assignee: georg.brandl
components: Documentation, Library (Lib)
messages: 75291
nosy: exarkun, georg.brandl
severity: normal
status: open
title: dis.findlinestarts is missing from dis.__all__ and from the online 
documentation
versions: Python 2.4, Python 2.5, Python 2.5.3, Python 2.6

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4222>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to