Python: Add change note for unified parser.

This commit is contained in:
Mark Shannon
2019-02-08 16:44:01 +00:00
parent 0558b58193
commit ee143ee041

View File

@@ -29,7 +29,7 @@ Removes false positives seen when using Python 3.6, but not when using earlier v
## Changes to code extraction
* *Series of bullet points*
* 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.
## Changes to QL libraries