commit | 8dcaa7396fd89ec84a29ae90c7958d0618ee6c62 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jul 29 12:17:40 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jul 29 12:17:40 2010 +0000 |
tree | 5b4826c5b8c2ba9aac9395f65523b287ab91a79d | |
parent | f206d0e3931b64aa3c8219badb9e0fbb81f1eb38 [diff] [blame] |
#9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases.
diff --git a/Misc/NEWS b/Misc/NEWS index 5850f08..25b4798 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -475,6 +475,9 @@ 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.