[Python-checkins] CVS: python/dist/src/Lib/test/output test_sre,1.9,1.10

Fredrik Lundh python-dev@python.org
Sat, 2 Sep 2000 04:03:37 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32410/Lib/test/output

Modified Files:
	test_sre 
Log Message:


-- tightened up parsing of octal numbers

-- improved the SRE test harness: don't use asserts, test a few more
   things (including more boundary conditions)


Index: test_sre
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sre,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** test_sre	2000/08/03 16:29:50	1.9
--- test_sre	2000/09/02 11:03:34	1.10
***************
*** 1,2 ****
  test_sre
- maximum recursion limit exceeded
--- 1 ----