Skip to content

Commit 74ea09a

Browse files
author
Felicity Chapman
authored
Merge pull request #1418 from markshannon/extractor-change-notes
Add missing extractor change notes for 1.21.
2 parents de4c20e + 8090968 commit 74ea09a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

change-notes/1.21/analysis-python.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919

2020
## Changes to code extraction
2121

22-
* *Series of bullet points*
22+
* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
23+
24+
* The Python extractor now handles invalid input more robustly. In particular, it exits gracefully when:
25+
26+
* A non-existent file or directory is specified using the `--path` option, or as a file name.
27+
* An invalid number is specified for the `--max-procs` option.
28+
2329

2430
## Changes to QL libraries
2531

0 commit comments

Comments
 (0)