Commit Graph

5 Commits

Author SHA1 Message Date
Just van Rossum 6d66240b0c - some whitespace normalization (two spaces after sentence endings; yuck! ;-)
- minor edits
- added short Forward Compatibility section
- added comment about the Quixote/PTL use case to Open Issues
2002-12-24 20:36:32 +00:00
Just van Rossum e7d8b40694 added note about the need of more introspective features: listing available modules and data files. 2002-12-23 22:46:21 +00:00
Just van Rossum 74737f0d45 - some reflow caused by David Goodger's spell checking
- added "Optional Extensions to the Importer Protocol" section
- fixed flaw in the importer protocol: i.find_module() will now receive
  the package.__path__ (or None for a plain module) as an additional
  argument, if it's installed on sys.meta_path. This is needed to
  be able to add a hook that implements the full sys.path/pkg.__path__
  semantics. See also footnote [7]. The patch on sf will be updated
  shortly to match the new version of the PEP.
2002-12-23 22:13:48 +00:00
David Goodger fb0080cbcb Spell checked 2002-12-21 19:51:05 +00:00
Just van Rossum 650c382d0e New Import Hooks PEP 2002-12-20 13:07:24 +00:00