This shar file contains the following files: PATCHES a set of patches to existing files import.c a whole new version of Python/import.c importdl.c a new file to be dropped in Python/ importdl.h another new file to be dropped in Python/ libimp.tex documentation Together this should build a version of Python that supports extending or overriding the implementation of the import statment. This is the first step towards implementing a safe execution environment for untrusted code, as well as for experimentation with a scheme for implementing packages (groups of related modules). Attached is a description of the functionality of the patches. Patch notes: - These patches also correct two core dumps caused by the new getargs implementation. - The command "patch -p1