[Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.15,1.16

Tim Peters tim_one@users.sourceforge.net
Sun, 18 Feb 2001 06:44:45 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv2889/python/dist/src/lib/test

Modified Files:
	test___all__.py 
Log Message:
sre_{parse, compile} no longer define __all__.


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** test___all__.py	2001/02/18 03:30:53	1.15
--- test___all__.py	2001/02/18 14:44:42	1.16
***************
*** 135,139 ****
  check_all("socket")
  check_all("sre")
- check_all("sre_compile")
- check_all("sre_parse")
  check_all("stat_cache")
--- 135,137 ----