From c7979f16ecc0568e931edf440b25c437b461fd01 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 5 Dec 2004 11:38:18 +0000 Subject: [PATCH] Removed deprecated tzparse module. --- Lib/{ => lib-old}/tzparse.py | 0 Lib/test/test_sundry.py | 1 - Misc/NEWS | 2 ++ 3 files changed, 2 insertions(+), 1 deletion(-) rename Lib/{ => lib-old}/tzparse.py (100%) diff --git a/Lib/tzparse.py b/Lib/lib-old/tzparse.py similarity index 100% rename from Lib/tzparse.py rename to Lib/lib-old/tzparse.py diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index ef28700e8c..be1a1e774d 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -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!). diff --git a/Misc/NEWS b/Misc/NEWS index 95b9d2c7a1..784e782d40 100644 --- 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. -- 2.49.0