summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-29 12:17:40 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-29 12:17:40 (GMT)
commit8dcaa7396fd89ec84a29ae90c7958d0618ee6c62 (patch)
tree5b4826c5b8c2ba9aac9395f65523b287ab91a79d /Misc
parentf206d0e3931b64aa3c8219badb9e0fbb81f1eb38 (diff)
downloadcpython-8dcaa7396fd89ec84a29ae90c7958d0618ee6c62.zip
cpython-8dcaa7396fd89ec84a29ae90c7958d0618ee6c62.tar.gz
cpython-8dcaa7396fd89ec84a29ae90c7958d0618ee6c62.tar.bz2
#9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5850f08..25b4798 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@ C-API
Library
-------
+- Issue #9411: Allow specifying an encoding for config files in the
+ configparser module.
+
- Issue #1682942: Improvements to configparser: support alternate
delimiters, alternate comment prefixes and empty lines in values.