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 amcnabb
Recipients amcnabb, hynek, neologix, r.david.murray
Date 2012-05-17.19:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337282568.41.0.988381336071.issue14702@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. Maybe there's a difference between doing stat('/net/prodigy') vs. stat('/net/prodigy/tmp'). Just a guess, but maybe the former can succeed before the mount completes, but the latter has to wait for the mount to complete.
History
Date User Action Args
2012-05-17 19:22:48amcnabbsetrecipients: + amcnabb, r.david.murray, neologix, hynek
2012-05-17 19:22:48amcnabbsetmessageid: <1337282568.41.0.988381336071.issue14702@psf.upfronthosting.co.za>
2012-05-17 19:22:47amcnabblinkissue14702 messages
2012-05-17 19:22:47amcnabbcreate