]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
configparser: preserve section order when using `__setitem__` (issue #16820)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 1 Jan 2013 21:33:19 +0000 (22:33 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 1 Jan 2013 21:33:19 +0000 (22:33 +0100)
commita821f82f66260601aa184d5788226dd0c64251a0
tree70e366f6ec7c3f6ee28aeceea8b5a1e728901a47
parenteb6aa5c52597a1b7d67197ff094f7548728393f0
configparser: preserve section order when using `__setitem__` (issue #16820)
Lib/configparser.py
Lib/test/test_configparser.py