From 86020d9eed9024f1232809a8abcc02f5fcff9b20 Mon Sep 17 00:00:00 2001 From: Taus Date: Fri, 10 Apr 2026 14:43:30 +0000 Subject: [PATCH] Python: Add change note --- .../ql/lib/change-notes/2026-04-10-support-lazy-keyword.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/ql/lib/change-notes/2026-04-10-support-lazy-keyword.md diff --git a/python/ql/lib/change-notes/2026-04-10-support-lazy-keyword.md b/python/ql/lib/change-notes/2026-04-10-support-lazy-keyword.md new file mode 100644 index 00000000000..67de168ff47 --- /dev/null +++ b/python/ql/lib/change-notes/2026-04-10-support-lazy-keyword.md @@ -0,0 +1,5 @@ +--- +category: minorAnalysis +--- + +- The Python extractor now supports the new `lazy import ...` and `lazy from ... import ...` (as defined in [PEP-810](https://peps.python.org/pep-0810/)) that will be part of Python 3.15.