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

Skip Montanaro montanaro@users.sourceforge.net
Sat, 20 Jan 2001 15:34:14 -0800


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

Modified Files:
	test___all__.py 
Log Message:
more __all__ updates


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test___all__.py	2001/01/20 19:54:20	1.1
--- test___all__.py	2001/01/20 23:34:12	1.2
***************
*** 53,55 ****
--- 53,66 ----
  check_all("dircache")
  check_all("dis")
+ check_all("doctest")
+ check_all("dospath")
+ check_all("dumbdbm")
+ check_all("filecmp")
+ check_all("fileinput")
+ check_all("fnmatch")
+ check_all("fpformat")
+ check_all("ftplib")
+ check_all("getopt")
+ check_all("getpass")
+ check_all("glob")
  check_all("robotparser")