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 коммит произвёл GitHub
Родитель e47e77c438
Коммит 307f44339c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.