[Python-bugs-list] [ python-Feature Requests-616247 ] More documentation for the imp module
noreply@sourceforge.net
noreply@sourceforge.net
Sun, 29 Sep 2002 12:58:55 -0700
Feature Requests item #616247, was opened at 2002-09-29 21:58
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: Nobody/Anonymous (nobody)
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