Issue 4920:  Fixed next() vs __next__() issues in the ABCs
for Iterator and MutableSet.  Also added thorough test for
required abstractmethods.
diff --git a/Misc/NEWS b/Misc/NEWS
index f6ef272..b9df27a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,9 @@
 Library
 -------
 
+- Issue 4920:  Fixed .next() vs .__next__() issues in the ABCs for
+  Iterator and MutableSet.
+
 - Added the ttk module. See issue #2983: Ttk support for Tkinter.
 
 - Issue 5021:  doctest.testfile() did not create __name__ and