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 Jason.Vas.Dias
Recipients Jason.Vas.Dias
Date 2011-04-29.16:31:24
SpamBayes Score 0.009326483
Marked as misclassified No
Message-id <1304094684.75.0.0118653726845.issue11956@psf.upfronthosting.co.za>
In-reply-to
Content
So, in the statement that fails :

self.assertFalse(os.path.exists(os.path.join(...))) .

either self.assertFalse is failing or os.path.exists is failing 
or os.path.join is failing.

The fact that the error message is 'AssertionError: True is not false'
suggests that os.path.exists is returning True . 

So how can this be if we see only 'ENOENT' errors for every file
that is a target of unlink() between the umask() and the write of
"FAIL\n..." ?

I think that this suggests that os.path.exists is failing for this build.
History
Date User Action Args
2011-04-29 16:31:24Jason.Vas.Diassetrecipients: + Jason.Vas.Dias
2011-04-29 16:31:24Jason.Vas.Diassetmessageid: <1304094684.75.0.0118653726845.issue11956@psf.upfronthosting.co.za>
2011-04-29 16:31:24Jason.Vas.Diaslinkissue11956 messages
2011-04-29 16:31:24Jason.Vas.Diascreate