summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-06-12 20:37:51 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2018-06-12 20:37:51 (GMT)
commit33cd058f21d0673253c88cea70388282918992bc (patch)
tree939d1aa091d5b69bafc4f75e68acd3aedbdbbfe0 /Misc
parentc3f55be7dd012b7e92901627d0b31c21e983ccb4 (diff)
downloadcpython-33cd058f21d0673253c88cea70388282918992bc.zip
cpython-33cd058f21d0673253c88cea70388282918992bc.tar.gz
cpython-33cd058f21d0673253c88cea70388282918992bc.tar.bz2
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-06-10-12-15-26.bpo-32108.iEkvh0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-10-12-15-26.bpo-32108.iEkvh0.rst b/Misc/NEWS.d/next/Library/2018-06-10-12-15-26.bpo-32108.iEkvh0.rst
new file mode 100644
index 0000000..154d884
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-06-10-12-15-26.bpo-32108.iEkvh0.rst
@@ -0,0 +1 @@
+In configparser, don't clear section when it is assigned to itself.