[Python-checkins] python/dist/src/Lib/test test___all__.py,1.32,1.33

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 09 May 2003 22:37:15 -0700


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

Modified Files:
	test___all__.py 
Log Message:
All two more modules with __all__.

Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** test___all__.py	2 May 2003 09:36:07 -0000	1.32
--- test___all__.py	10 May 2003 05:37:13 -0000	1.33
***************
*** 81,84 ****
--- 81,85 ----
          self.check_all("copy")
          self.check_all("copy_reg")
+         self.check_all("csv")
          self.check_all("dbhash")
          self.check_all("difflib")
***************
*** 122,125 ****
--- 123,127 ----
          self.check_all("ntpath")
          self.check_all("opcode")
+         self.check_all("optparse")
          self.check_all("os")
          self.check_all("os2emxpath")