#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.