commit | 75dc4969ab202e8c3dda15bedacc880d589e1e44 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Mar 05 03:42:00 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Mar 05 03:42:00 1998 +0000 |
tree | 1dc5d67c772aba4027076eedeeddbe73c797257e | |
parent | 3455edcbc8fa586a6d3c70ea34e3c71b2763c98a [diff] |
Added support for packages. We have a whole new module finder that uses the actual Python parser and scans the bytecode for IMPORT_NAME and IMPORT_FROM. This requires some support in import.c (that hasn't been checked in). New command line options for this: -d, -q, -m.