mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Removed deprecated tzparse module.
This commit is contained in:
parent
b2594050ea
commit
c7979f16ec
3 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue