]> granicus.if.org Git - python/commit
shift code from DirectoryImporter out to a common area.
authorGreg Stein <gstein@lyra.org>
Sat, 20 Nov 1999 11:22:37 +0000 (11:22 +0000)
committerGreg Stein <gstein@lyra.org>
Sat, 20 Nov 1999 11:22:37 +0000 (11:22 +0000)
commit63faa01538e3d96b1201e3855198a4e463a3d5b6
treeab900fc35c9abf36e7421ccd62ba7f232b240a96
parent995285e39211523e91f3582b3c8adca77164a873
shift code from DirectoryImporter out to a common area.
remove use of "os" module (bootstrap issues) and go to the underlying
  platform-specific modules
fix problem in _compile() (trapped wrong error on permission issues)
add SysPathImporter and BuiltinImporter
put __file__ into modules imported from the filesystem. [backwards compat]
put __path__ into modules [backwards compat]
  oops: it is doing this for all modules, not just packages.
comment and tweak to the PackageArchiveImporter
Lib/imputil.py