]> granicus.if.org Git - python/commit
reduce fsimp coupling: provide fs_imp param to ImportManager constructor,
authorGreg Stein <gstein@lyra.org>
Fri, 18 Feb 2000 13:04:10 +0000 (13:04 +0000)
committerGreg Stein <gstein@lyra.org>
Fri, 18 Feb 2000 13:04:10 +0000 (13:04 +0000)
commit3bb578c128019318d72c12251571beb14136d83b
tree4fce898a6b75448c7b834ee6d8a7f24ef1aa3932
parentd4f1d2074e288b3e93c140210f3f650589fc7642
reduce fsimp coupling: provide fs_imp param to ImportManager constructor,
  add clsFilesystemImporter class attribute, alter handling of suffix list
convert suffix importers to funcs rather than instances
remove backwards compat code: Importer.install and 2-tuple get_code()
  result values
Lib/imputil.py