Skip to content

bug: Add module aliasing. #21

@python-processing-unit

Description

@python-processing-unit

According to the specification (lines 825-840), if an import operator (IMPORT or IMPORT_PATH) is called with two arguments, the module is imported under the name of the second argument, rather than the name of the first argument (which still specifies what module is imported).

This is not implemented.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions