Skip to content

Commit 461983e

Browse files
committed
Add NEWS entry for configparser space delimiter fix (gh-156375)
1 parent 41aeadf commit 461983e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fix regression in :mod:`configparser` where using a space as a delimiter
2+
no longer split option and value correctly. Parsing ``"foo bar=baz"`` with
3+
``delimiters=(' ', '=')`` now correctly yields option ``"foo"``.

0 commit comments

Comments
 (0)