Skip to content

Commit 384fa5d

Browse files
committed
Python: clarfiy change note.
1 parent ee143ee commit 384fa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change-notes/1.20/analysis-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Removes false positives seen when using Python 3.6, but not when using earlier v
2929

3030
## Changes to code extraction
3131

32-
* The extractor now parses all Python code from a single unified grammar. This means that almost all Python code will be successfully parsed, even if mutually incompatible Python code is present in the same project.
32+
* The extractor now parses all Python code from a single unified grammar. This means that almost all Python code will be successfully parsed, even if mutually incompatible Python code is present in the same project. This also means that Python code for any version can be correctly parsed on a worker running any other supported version of Python. For example, Python 3.7 code is parsed correctly, even if the installed version of Python is only 3.5.
3333

3434
## Changes to QL libraries
3535

0 commit comments

Comments
 (0)