]> granicus.if.org Git - python/commitdiff
Duh. Delete the outdated comment too.
authorGuido van Rossum <guido@python.org>
Tue, 12 Jun 2007 00:41:35 +0000 (00:41 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Jun 2007 00:41:35 +0000 (00:41 +0000)
Lib/test/test_frozen.py

index 678b9a8d98fef170e219dfec3388ced7ccaf3a40..5387e5615774bc473534da5bfa12c7d7df78d089 100644 (file)
@@ -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