]> granicus.if.org Git - python/commitdiff
SF bug #949329: sets.Set() --> set()
authorRaymond Hettinger <python@rcn.com>
Wed, 19 May 2004 19:56:44 +0000 (19:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 19 May 2004 19:56:44 +0000 (19:56 +0000)
Misc/NEWS

index 58ad98c55aa0d8b457aad7f930ab4f287637dbfb..7215483a329a7fb9ea8f446f4b79f3038326633e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,8 @@ Extension modules
 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.