Skip to content

Commit 8090968

Browse files
committed
Python extractor change notes: Rephrase for clarity.
1 parent da04086 commit 8090968

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

change-notes/1.21/analysis-python.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919

2020
## Changes to code extraction
2121

22-
* The extractor now exits gracefully if passed a non-existent file or directory either as a `--path` option or as a file name.
22+
* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
2323

24-
* The extractor now exits gracefully if an invalid number was given as the `--max-procs` option.
24+
* The Python extractor now handles invalid input more robustly. In particular, it exits gracefully when:
2525

26-
* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
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.
2728

2829

2930
## Changes to QL libraries

0 commit comments

Comments
 (0)