Skip to content

Commit 8c5b495

Browse files
author
Felicity Chapman
authored
Merge pull request #917 from markshannon/python-extractor-change-note
Python: Add change note for unified parser.
2 parents 5b127eb + 384fa5d commit 8c5b495

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
@@ -30,7 +30,7 @@ Removes false positives seen when using Python 3.6, but not when using earlier v
3030

3131
## Changes to code extraction
3232

33-
* *Series of bullet points*
33+
* 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.
3434

3535
## Changes to QL libraries
3636

0 commit comments

Comments
 (0)