Bug #1446043: correctly raise a LookupError if an encoding name given
to encodings.search_function() contains a dot.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cbb01c..e3abddc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@
 Library
 -------
 
+- Bug #1446043: correctly raise a LookupError if an encoding name given
+  to encodings.search_function() contains a dot.
+
 - Bug #1560617: in pyclbr, return full module name not only for classes,
   but also for functions.