Author: guido.van.rossum Date: Tue Jun 12 02:41:35 2007 New Revision: 55921
Modified: python/branches/py3k-struni/Lib/test/test_frozen.py Log: Duh. Delete the outdated comment too. Modified: python/branches/py3k-struni/Lib/test/test_frozen.py ============================================================================== --- python/branches/py3k-struni/Lib/test/test_frozen.py (original) +++ python/branches/py3k-struni/Lib/test/test_frozen.py Tue Jun 12 02:41:35 2007 @@ -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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
