Python: Add change note

This commit is contained in:
Taus
2026-03-11 23:14:57 +00:00
parent e16bb226c0
commit 3ee369b710

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- Fixed the resolution of relative imports such as `from . import helper` inside namespace packages (directories without an `__init__.py` file), which previously did not work correctly, leading to missing flow.