]> granicus.if.org Git - python/commit
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
authorŁukasz Langa <lukasz@langa.pl>
Sat, 7 Jul 2012 16:54:08 +0000 (18:54 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 7 Jul 2012 16:54:08 +0000 (18:54 +0200)
commitcba243215e8d0459e10332d44495761ddb8cfafb
tree61d0e85f421cbf71f667edd8ba996f526b612c57
parentd94adb73673d94530eb9cb302214e374640dc25c
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
earlier without preceding space.
Lib/configparser.py
Lib/test/test_configparser.py