From 059e170c1d698d9486a270457d019c0651f467d8 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 19 May 2004 19:56:44 +0000 Subject: SF bug #949329: sets.Set() --> set() --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 58ad98c..7215483 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. -- cgit v0.12