commit | 0506a431d58b3ef4cebefad6ea246883ba41963c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 11 15:07:39 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 11 15:07:39 1998 +0000 |
tree | a686231d19e9c66de3a0dbee944bcf6250ac8dea | |
parent | bd3a527f93ef7a97b9eb828456955b84eda023d3 [diff] |
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.)