mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +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 telnetlib
|
||||||
import test
|
import test
|
||||||
import toaiff
|
import toaiff
|
||||||
#import tzparse
|
|
||||||
import urllib2
|
import urllib2
|
||||||
# Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
|
# 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!).
|
# can screw up all sorts of things (esp. if it prints!).
|
||||||
|
|
|
@ -25,6 +25,8 @@ Extension Modules
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- the deprecated tzparse module was removed.
|
||||||
|
|
||||||
- the pickle module no longer uses the deprecated bin parameter.
|
- the pickle module no longer uses the deprecated bin parameter.
|
||||||
|
|
||||||
- the depecated statcache module was removed.
|
- the depecated statcache module was removed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue