SF bug #949329:  sets.Set() --> set()
diff --git a/Misc/NEWS b/Misc/NEWS
index 58ad98c..7215483 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,8 @@
 Library
 -------
 
+- stringprep.py now uses built-in set() instead of sets.Set().
+
 - Bug #876278: Unbounded recursion in modulefinder
 
 - Bug #780300: Swap public and system ID in LexicalHandler.startDTD.