Message7148

Author alex.gronholm
Recipients alex.gronholm, fwierzbicki
Date 2012-05-25.12:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337948960.96.0.177252060894.issue1896@psf.upfronthosting.co.za>
In-reply-to
Content
On further investigation I discovered that in 2.7, the compileall module reads the first 8 bytes of an existing target file and checks the magic number and the modification time. Python 2.5 does not do this. I don't know enough about class files to know if or how this applies to Jython.
History
Date User Action Args
2012-05-25 12:29:20alex.gronholmsetmessageid: <1337948960.96.0.177252060894.issue1896@psf.upfronthosting.co.za>
2012-05-25 12:29:20alex.gronholmsetrecipients: + alex.gronholm, fwierzbicki
2012-05-25 12:29:20alex.gronholmlinkissue1896 messages
2012-05-25 12:29:20alex.gronholmcreate