Allow importlib.__import__ to accept any iterable for fromlist. Discovered when
running importlib against test___all__.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5189aae..d6d7dc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,8 @@
 Library
 -------
 
+- Allow the fromlist passed into importlib.__import__ to be any iterable.
+
 - Have importlib raise ImportError if None is found in sys.modules.
 
 - Issue #6054: Do not normalize stored pathnames in tarfile.