Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2023-02-15 14:25:33 +01:00
parent 220f227707
commit 7e16fa9cbe

View File

@@ -0,0 +1,4 @@
---
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.