[Python-bugs-list] [ python-Feature Requests-616247 ] More documentation for the imp module

SourceForge.net noreply@sourceforge.net
Tue, 08 Jul 2003 08:30:11 -0700


Feature Requests item #616247, was opened at 2002-09-29 14:58
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=616247&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jurie Horneman (jhorneman)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: More documentation for the imp module

Initial Comment:
Not all of the public functions of the imp module appear to be 
documented (in section 3.21, Python version 
2.2).

get_frozen_object
load_package
PY_CODERESOURCE

are 
not documented.

Also, the documentation for 
load_module() can be a bit confusing, partially due to inconsistent 
use of the word pairs 'tuple' / 'triple' and 'pathname' / 
'filename'.

(I did not need the abovementioned public 
functions, but while struggling with this module I noticed them and 
wondered if the documentation was outdated, or whether they held 
the key to my success.)


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

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