commit | 059e170c1d698d9486a270457d019c0651f467d8 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed May 19 19:56:44 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed May 19 19:56:44 2004 +0000 |
tree | 04a4f91278819b0ad8fbb8ecb6b9806fd192d832 | |
parent | 170a62221cfdff24b52cba5fc71e59342f3b4c61 [diff] [blame] |
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.