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

Fredrik Lundh python-dev@python.org
Thu, 3 Aug 2000 09:29:53 -0700


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

Modified Files:
	test_sre 
Log Message:


-- added recursion limit (currently ~10,000 levels)
-- improved error messages
-- factored out SRE_COUNT; the same code is used by
   SRE_OP_REPEAT_ONE_TEMPLATE
-- minor cleanups


Index: test_sre
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_sre,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** test_sre	2000/08/01 13:01:43	1.8
--- test_sre	2000/08/03 16:29:50	1.9
***************
*** 1 ****
--- 1,2 ----
  test_sre
+ maximum recursion limit exceeded