Structuring packages

Sven Östring s.ostring at ccsr.cam.ac.uk
Mon Jul 16 07:28:52 EDT 2001


The documentation at www.python.org expressed the structure of a package
as a hierarchical filesystem, with subpackages being labelled as
filenames.  However, there is more to this structure than is described -
how is a package in Python actually structured, in terms of storing
subpackages and linking subpackages into the main package?

Sven.



More information about the Python-list mailing list