Files
codeql/python/ql/lib/change-notes/2023-02-15-import-star-package.md
Rasmus Wriedt Larsen 7e16fa9cbe Python: Add change-note
2023-02-15 14:25:33 +01:00

205 B

category
category
minorAnalysis
  • Fixed module resolution so we properly recognize that in from <pkg> import *, where <pkg> is a package, the actual imports are made from the <pkg>/__init__.py file.