]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes #24142: [configparser] always join multiline values to not leave the parser...
authorŁukasz Langa <lukasz@langa.pl>
Sat, 26 Nov 2016 22:00:39 +0000 (14:00 -0800)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 26 Nov 2016 22:00:39 +0000 (14:00 -0800)
commit47a9a4bedaa343e72898b2c7534d27f3e0cf4ff5
tree42fb8021459b7a5aa5e207c5625545dc086005eb
parentc7b1a0bbe2ae298ba0471703ad6d5ef86ae5881d
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
Lib/configparser.py
Lib/test/test_configparser.py
Misc/ACKS
Misc/NEWS