-
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit bd2b930
committed
Preserve quoted leading and trailing single-line whitespace
At least in a single line, whitespace in a double-quoted value in a
configuration file, like `name = " abc def "`, would presumably be
intended. This removes the `strip()` call that is applied to text
`ConfigParser` obtained by removing the double quotes around it.
This slightly refines the changes in #2035 by dropping the `strip()`
call while continuing to remove opening and closing double quotes.1 parent 5f30320 commit bd2b930
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 | - | ||
512 | + | ||
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
|
0 commit comments