This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brunogola
Recipients Kotan, brunogola, eric.araujo, ezio.melotti, maker, r.david.murray
Date 2010-11-20.20:42:04
SpamBayes Score 7.276351e-06
Marked as misclassified No
Message-id <1290285725.63.0.961309687404.issue10453@psf.upfronthosting.co.za>
In-reply-to
Content
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

----------------------------------------------------------------------
History
Date User Action Args
2010-11-20 20:42:05brunogolasetrecipients: + brunogola, ezio.melotti, eric.araujo, r.david.murray, maker, Kotan
2010-11-20 20:42:05brunogolasetmessageid: <1290285725.63.0.961309687404.issue10453@psf.upfronthosting.co.za>
2010-11-20 20:42:04brunogolalinkissue10453 messages
2010-11-20 20:42:04brunogolacreate