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

Skip Montanaro montanaro@users.sourceforge.net
Sun, 11 Feb 2001 18:00:44 -0800


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

Modified Files:
	test___all__.py 
Log Message:
__all__ for several more modules


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** test___all__.py	2001/02/07 23:14:30	1.11
--- test___all__.py	2001/02/12 02:00:42	1.12
***************
*** 100,102 ****
--- 100,113 ----
  check_all("pipes")
  check_all("popen2")
+ check_all("poplib")
+ check_all("posixfile")
+ check_all("posixpath")
+ check_all("pprint")
+ check_all("pre")
+ check_all("profile")
+ check_all("pstats")
+ check_all("pty")
+ check_all("py_compile")
+ check_all("pyclbr")
+ check_all("quopri")
  check_all("robotparser")