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

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
2003年5月02日 02:36:12 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv25887
Modified Files:
	test___all__.py 
Log Message:
Added missing modules to __all__ check.
Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** test___all__.py	2 May 2003 09:06:23 -0000	1.31
--- test___all__.py	2 May 2003 09:36:07 -0000	1.32
***************
*** 55,58 ****
--- 55,59 ----
 
 self.check_all("BaseHTTPServer")
+ self.check_all("Bastion")
 self.check_all("CGIHTTPServer")
 self.check_all("ConfigParser")
***************
*** 144,147 ****
--- 145,149 ----
 self.check_all("rexec")
 self.check_all("rfc822")
+ self.check_all("rlcompleter")
 self.check_all("robotparser")
 self.check_all("sched")
***************
*** 156,159 ****
--- 158,162 ----
 self.check_all("socket")
 self.check_all("sre")
+ self.check_all("_strptime")
 self.check_all("statcache")
 self.check_all("symtable")
***************
*** 164,167 ****
--- 167,171 ----
 self.check_all("textwrap")
 self.check_all("threading")
+ self.check_all("timeit")
 self.check_all("toaiff")
 self.check_all("tokenize")

AltStyle によって変換されたページ (->オリジナル) /