Message7565

Author pjenvey
Recipients pekka.klarck, pjenvey, wayju
Date 2013-01-08.01:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357608748.05.0.582731461547.issue1975@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the update, Wayne.

The fact that genericpath.isdir handles this correctly leads me to believe that the problem lies in Jython's internal absolute path expansion handling (which stat uses and isdir relies on stat)

If you could show me the output of yet another function call on this platform, that could confirm my suspicion. Try:

from org.python.core import PySystemState; PySystemState.getPathLazy('\\\\localhost\\temp')
History
Date User Action Args
2013-01-08 01:32:28pjenveysetmessageid: <1357608748.05.0.582731461547.issue1975@psf.upfronthosting.co.za>
2013-01-08 01:32:28pjenveysetrecipients: + pjenvey, pekka.klarck, wayju
2013-01-08 01:32:27pjenveylinkissue1975 messages
2013-01-08 01:32:25pjenveycreate