Closed
Description
Currently the --namespace-packages
option only applies to imported modules. Files, modules and packages specified on the command line (as files or with -p
or -m
) cannot be in namespace packages. We should fix this.
Follow-up to #5591.