Update python/ql/lib/change-notes/2023-08-08-relax-module-resolution.md

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2023-08-14 10:23:47 +02:00
committed by GitHub
parent e47e77c438
commit 307f44339c

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Do not require modules to reside in folders with an .init-file.
* Support analyzing packages (folders with python code) that do not have `__init__.py` files, although this is technically required, we see real world projects that don't have this.