[Python-bugs-list] [ python-Bugs-831969 ] Docstring for pyclbr.readmodule() is incorrect

SourceForge.net noreply at sourceforge.net
Tue Oct 28 16:48:46 EST 2003


Bugs item #831969, was opened at 2003-10-28 16:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=831969&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Grimmett (grimmtooth)
Assigned to: Nobody/Anonymous (nobody)
Summary: Docstring for pyclbr.readmodule() is incorrect

Initial Comment:
Review of source code for pyclbr.readmodule() reveals 
the following:

'''Backwards compatible interface.

Call readmodule_ex() and then only keep Class objects 
from the
resulting dictionary.'''

However, the function actually calls pyclbr._readmodule
():

    dict = _readmodule(module, path)

(around line 81 of pyclbr.py)

It *appears* that the code is good and that the 
docstring just needs adjusted.

(py v. 2.3.1, Win2K 5.00.2195)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=831969&group_id=5470



More information about the Python-bugs-list mailing list