]> granicus.if.org Git - python/commitdiff
Removed deprecated tzparse module.
authorRaymond Hettinger <python@rcn.com>
Sun, 5 Dec 2004 11:38:18 +0000 (11:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 5 Dec 2004 11:38:18 +0000 (11:38 +0000)
Lib/lib-old/tzparse.py [moved from Lib/tzparse.py with 100% similarity]
Lib/test/test_sundry.py
Misc/NEWS

similarity index 100%
rename from Lib/tzparse.py
rename to Lib/lib-old/tzparse.py
index ef28700e8ca5899765bb7d8c3fed81d099cc165c..be1a1e774da1a64562838bc280f2412860ba121f 100644 (file)
@@ -87,7 +87,6 @@ import tabnanny
 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!).
index 95b9d2c7a15b8149691d8712af51b3d2ccf95685..784e782d40a2eb93a9d5fa481470b23033c63e1b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Extension Modules
 Library
 -------
 
+- the deprecated tzparse module was removed.
+
 - the pickle module no longer uses the deprecated bin parameter.
 
 - the depecated statcache module was removed.