]> granicus.if.org Git - python/commit
Patch by Just van Rossum that changes how we search for submodules of
authorGuido van Rossum <guido@python.org>
Tue, 11 Aug 1998 15:07:39 +0000 (15:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Aug 1998 15:07:39 +0000 (15:07 +0000)
commit0506a431d58b3ef4cebefad6ea246883ba41963c
treea686231d19e9c66de3a0dbee944bcf6250ac8dea
parentbd3a527f93ef7a97b9eb828456955b84eda023d3
Patch by Just van Rossum that changes how we search for submodules of
frozen packages.  (I *think* this means that we can now have a
built-in module bar that's a submodule of a frozen package foo, by
registering the built-in module with a name "foo.bar" in the table of
builtin modules.)
Python/import.c