summaryrefslogtreecommitdiff
path: root/Lib/test/test_pyclbr.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-26 16:32:26 +0000
committerGeorg Brandl <georg@python.org>2008-05-26 16:32:26 +0000
commit39e8aaf42e6f976cb6ede4e53aa237208e58488a (patch)
tree5eb5845d0386dc782f3f2e5de656fee342cab1ef /Lib/test/test_pyclbr.py
parent5de0b2b617b86afcbaae1fef80d8ee2516b542b5 (diff)
downloadcpython-39e8aaf42e6f976cb6ede4e53aa237208e58488a.tar.gz
Create http package. #2883.
Diffstat (limited to 'Lib/test/test_pyclbr.py')
-rw-r--r--Lib/test/test_pyclbr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py
index ca0aefc049..e8eb94ee32 100644
--- a/Lib/test/test_pyclbr.py
+++ b/Lib/test/test_pyclbr.py
@@ -168,7 +168,6 @@ class PyclbrTest(TestCase):
'getproxies_internetconfig',)) # not on all platforms
cm('pickle')
cm('aifc', ignore=('openfp',)) # set with = in module
- cm('Cookie', ignore=('Cookie',)) # Cookie is an alias for SmartCookie
cm('sre_parse', ignore=('dump',)) # from sre_constants import *
cm('pdb')
cm('pydoc')