[Python-checkins] python/dist/src/Lib/test test_sundry.py, 1.15, 1.16

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 5 12:38:21 CET 2004


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

Modified Files:
	test_sundry.py 
Log Message:
Removed deprecated tzparse module.

Index: test_sundry.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sundry.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- test_sundry.py	5 Dec 2004 04:55:14 -0000	1.15
+++ test_sundry.py	5 Dec 2004 11:38:18 -0000	1.16
@@ -87,7 +87,6 @@
 import telnetlib
 import test
 import toaiff
-#import tzparse
 import urllib2
 # Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
 # can screw up all sorts of things (esp. if it prints!).



More information about the Python-checkins mailing list