diff options
-rw-r--r-- | Lib/lib-old/tzparse.py (renamed from Lib/tzparse.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_sundry.py | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/Lib/tzparse.py b/Lib/lib-old/tzparse.py index 12468b5..12468b5 100644 --- a/Lib/tzparse.py +++ b/Lib/lib-old/tzparse.py diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index ef28700..be1a1e7 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!). @@ -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. |