This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhorneman
Recipients
Date 2002-09-29.19:58:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.)
History
Date User Action Args
2007-08-23 16:05:45adminlinkissue616247 messages
2007-08-23 16:05:45admincreate