There was an error while loading. Please reload this page.
1 parent 41aeadf commit 461983eCopy full SHA for 461983e
1 file changed
Misc/NEWS.d/next/Library/2026-08-25-22-13-36.gh-issue-156375.lB0UXs.rst
@@ -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