[Python-checkins] python/dist/src/Misc NEWS,1.973,1.974 (original) (raw)
rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed May 19 15:56:47 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.44, 1.45
- Next message: [Python-checkins] python/nondist/peps pep-0000.txt, 1.271, 1.272 pep-0289.txt, 1.11, 1.12 pep-0320.txt, 1.10, 1.11 pep-0322.txt, 1.17, 1.18 pep-0329.txt, 1.4, 1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20181
Modified Files: NEWS Log Message: SF bug #949329: sets.Set() --> set()
Index: NEWS
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.973 retrieving revision 1.974 diff -C2 -d -r1.973 -r1.974 *** NEWS 19 May 2004 08:20:10 -0000 1.973 --- NEWS 19 May 2004 19:56:44 -0000 1.974 *************** *** 309,312 **** --- 309,314 ----
- stringprep.py now uses built-in set() instead of sets.Set().
- Bug #876278: Unbounded recursion in modulefinder
- Previous message: [Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.44, 1.45
- Next message: [Python-checkins] python/nondist/peps pep-0000.txt, 1.271, 1.272 pep-0289.txt, 1.11, 1.12 pep-0320.txt, 1.10, 1.11 pep-0322.txt, 1.17, 1.18 pep-0329.txt, 1.4, 1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]