[issue10453] Add -h/--help option to compileall

Bruno Gola report at bugs.python.org
Sat Nov 20 21:42:05 CET 2010


Bruno Gola <brunogola at gmail.com> added the comment:

applied the patch on an ubuntu 10.04 64bits, py3k (trunk)

test_force fails as following:

======================================================================
FAIL: test_force (__main__.CommandLineTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_compileall.py", line 202, in test_force
    self.assertNotEqual(access, access2)
AssertionError: 1290285399.744327 == 1290285399.744327

----------------------------------------------------------------------

----------
nosy: +brunogola

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10453>
_______________________________________


More information about the Python-bugs-list mailing list