python/dist/src/Lib/test test_sax.py,1.25,1.26
Update of /cvsroot/python/python/dist/src/Lib/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9250 Modified Files: test_sax.py Log Message: [Bug #962631] Fix typo reported by Bryan Blackburn Index: test_sax.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sax.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** test_sax.py 20 Mar 2004 08:15:29 -0000 1.25 --- test_sax.py 1 Jun 2004 12:48:19 -0000 1.26 *************** *** 28,32 **** if outcome: if verbose: ! print "Failed", name else: failures.append(name) --- 28,32 ---- if outcome: if verbose: ! print "Passed", name else: failures.append(name)
participants (1)
-
akuchling@users.sourceforge.net