diff options
| author | Raymond Hettinger <python@rcn.com> | 2004-12-05 11:38:18 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2004-12-05 11:38:18 +0000 |
| commit | c7979f16ecc0568e931edf440b25c437b461fd01 (patch) | |
| tree | b4b1f00a0d97c73515489b5ce84c74d96d993caf /Lib | |
| parent | b2594050ea83d0fc9ddaeed2e33ec2436e9ca1bc (diff) | |
| download | cpython-git-c7979f16ecc0568e931edf440b25c437b461fd01.tar.gz | |
Removed deprecated tzparse module.
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/lib-old/tzparse.py (renamed from Lib/tzparse.py) | 0 | ||||
| -rw-r--r-- | Lib/test/test_sundry.py | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tzparse.py b/Lib/lib-old/tzparse.py index 12468b51d3..12468b51d3 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 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!). |
