[issue24142] ConfigParser._read doesn't join multi-line values collected while reading if a ParsingError occured

Roundup Robot report at bugs.python.org
Sat Nov 26 17:05:47 EST 2016


Roundup Robot added the comment:

New changeset 40567b8e3478 by Łukasz Langa in branch '3.5':
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
https://hg.python.org/cpython/rev/40567b8e3478

New changeset 306cfb866399 by Łukasz Langa in branch '3.6':
Merge 3.5, fix for #24142
https://hg.python.org/cpython/rev/306cfb866399

New changeset 876bee0bd0ba by Łukasz Langa in branch 'default':
Merge 3.6, fix for #24142
https://hg.python.org/cpython/rev/876bee0bd0ba

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24142>
_______________________________________


More information about the Python-bugs-list mailing list