[Python-checkins] python/dist/src/Lib/test test___all__.py, 1.37, 1.38

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Jun 13 01:46:16 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27835

Modified Files:
	test___all__.py 
Log Message:
Add heapq to list of __all__ checks.

Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** test___all__.py	16 Nov 2003 16:17:48 -0000	1.37
--- test___all__.py	13 Jun 2004 05:46:14 -0000	1.38
***************
*** 100,103 ****
--- 100,104 ----
          self.check_all("gopherlib")
          self.check_all("gzip")
+         self.check_all("heapq")
          self.check_all("htmllib")
          self.check_all("httplib")




More information about the Python-checkins mailing list