]> granicus.if.org Git - python/commit
Fix #7113. Patch by Łukasz Langa.
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 26 Jul 2010 00:27:10 +0000 (00:27 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 26 Jul 2010 00:27:10 +0000 (00:27 +0000)
commit9a27b0cd193cd97b51bb4d28942d318340cb54e8
tree3d2f9d7bfd073c35914266dec53ff60b0c8908c2
parent688b9e384e065a1b63dcf4c2237e70ac180658a0
Fix #7113. Patch by Łukasz Langa.

Changes include using a list of lines instead of patching together using
string interpolation, and a multi-line value test cases.
Lib/configparser.py
Lib/test/test_cfgparser.py