SF bug #949329: sets.Set() --> set()

This commit is contained in:
Raymond Hettinger 2004-05-19 19:56:44 +00:00
parent 170a62221c
commit 059e170c1d
1 changed files with 2 additions and 0 deletions

View File

@ -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.