Removed deprecated tzparse module.

This commit is contained in:
Raymond Hettinger 2004-12-05 11:38:18 +00:00
parent b2594050ea
commit c7979f16ec
3 changed files with 2 additions and 1 deletions

View 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!).

View File

@ -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.