]> granicus.if.org Git - python/commit
shift demo importers to importers.py (destined for Demo/ ?)
authorGreg Stein <gstein@lyra.org>
Fri, 18 Feb 2000 12:03:40 +0000 (12:03 +0000)
committerGreg Stein <gstein@lyra.org>
Fri, 18 Feb 2000 12:03:40 +0000 (12:03 +0000)
commitd4f1d2074e288b3e93c140210f3f650589fc7642
tree162c86c9cf421e9f81ebb9624ef9ff8f93e2efb4
parent18c05f240e788b6412af00246a3e3bee0c3ceebb
shift demo importers to importers.py (destined for Demo/ ?)
switch to isinstance() rather than direct type comparisons
removing chaining concept
update ImportManager.install() to take an optional namespace to install
  itself in. this will be useful for setting up rexec environments.
minor comment nits
Lib/imputil.py