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

Skip Montanaro montanaro@users.sourceforge.net
Wed, 28 Feb 2001 20:27:21 -0800


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

Modified Files:
	test___all__.py 
Log Message:
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** test___all__.py	2001/02/18 14:44:42	1.16
--- test___all__.py	2001/03/01 04:27:19	1.17
***************
*** 136,137 ****
--- 136,153 ----
  check_all("sre")
  check_all("stat_cache")
+ check_all("tabnanny")
+ check_all("telnetlib")
+ check_all("tempfile")
+ check_all("toaiff")
+ check_all("tokenize")
+ check_all("traceback")
+ check_all("tty")
+ check_all("urllib")
+ check_all("urlparse")
+ check_all("uu")
+ check_all("warnings")
+ check_all("wave")
+ check_all("weakref")
+ check_all("webbrowser")
+ check_all("xdrlib")
+ check_all("zipfile")