From: Raymond Hettinger Date: Wed, 19 May 2004 19:56:44 +0000 (+0000) Subject: SF bug #949329: sets.Set() --> set() X-Git-Tag: v2.4a1~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=059e170c1d698d9486a270457d019c0651f467d8;p=python SF bug #949329: sets.Set() --> set() --- diff --git a/Misc/NEWS b/Misc/NEWS index 58ad98c55a..7215483a32 100644 --- 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.