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

Skip Montanaro montanaro@users.sourceforge.net
Tue, 23 Jan 2001 07:35:07 -0800


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

Modified Files:
	test___all__.py 
Log Message:
added a few more __all__ lists
fixed typo in ihooks docstring


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test___all__.py	2001/01/22 23:37:04	1.4
--- test___all__.py	2001/01/23 15:35:05	1.5
***************
*** 68,71 ****
--- 68,79 ----
  check_all("getopt")
  check_all("getpass")
+ check_all("gettext")
  check_all("glob")
+ check_all("gopher")
+ check_all("gzip")
+ check_all("htmlentitydefs")
+ check_all("htmllib")
+ check_all("httplib")
+ check_all("ihooks")
+ check_all("imaplib")
  check_all("robotparser")