diff options
author | Raymond Hettinger <python@rcn.com> | 2004-05-19 19:56:44 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-05-19 19:56:44 (GMT) |
commit | 059e170c1d698d9486a270457d019c0651f467d8 (patch) | |
tree | 04a4f91278819b0ad8fbb8ecb6b9806fd192d832 /Misc | |
parent | 170a62221cfdff24b52cba5fc71e59342f3b4c61 (diff) | |
download | cpython-059e170c1d698d9486a270457d019c0651f467d8.zip cpython-059e170c1d698d9486a270457d019c0651f467d8.tar.gz cpython-059e170c1d698d9486a270457d019c0651f467d8.tar.bz2 |
SF bug #949329: sets.Set() --> set()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |