summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_frozen.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-06-12 00:41:35 (GMT)
committerGuido van Rossum <guido@python.org>2007-06-12 00:41:35 (GMT)
commit543c09e7004173a7504b004fc1c4bba695b3be5f (patch)
treeb115fb96008f6b2f0b9ab2f1405ad4d829783400 /Lib/test/test_frozen.py
parent616c8c1e80a07365f3755043e68620f539dd8c80 (diff)
downloadcpython-543c09e7004173a7504b004fc1c4bba695b3be5f.zip
cpython-543c09e7004173a7504b004fc1c4bba695b3be5f.tar.gz
cpython-543c09e7004173a7504b004fc1c4bba695b3be5f.tar.bz2
Duh. Delete the outdated comment too.
Diffstat (limited to 'Lib/test/test_frozen.py')
-rw-r--r--Lib/test/test_frozen.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/test/test_frozen.py b/Lib/test/test_frozen.py
index 678b9a8..5387e56 100644
--- a/Lib/test/test_frozen.py
+++ b/Lib/test/test_frozen.py
@@ -1,11 +1,4 @@
# Test the frozen module defined in frozen.c.
-# Currently test_frozen fails:
-# Implementing pep3102(keyword only argument) needs changes in
-# code object, which needs modification to marshal.
-# However, to regenerate hard-coded marshal data in frozen.c,
-# we need to run Tools/freeze/freeze.py, which currently doesn't work
-# because Lib/modulefinder.py cannot handle relative module import
-# This test will keep failing until Lib/modulefinder.py is fixed
from test.test_support import TestFailed
import sys, os