[Python-checkins] python/dist/src/Lib/test test___all__.py, 1.35,
1.36
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sat Nov 8 05:24:39 EST 2003
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv3893/Lib/test
Modified Files:
test___all__.py
Log Message:
Convert heapq.py to a C implementation.
Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** test___all__.py 16 Sep 2003 04:37:39 -0000 1.35
--- test___all__.py 8 Nov 2003 10:24:36 -0000 1.36
***************
*** 101,105 ****
self.check_all("gopherlib")
self.check_all("gzip")
- self.check_all("heapq")
self.check_all("htmllib")
self.check_all("httplib")
--- 101,104 ----
More information about the Python-checkins
mailing list