Message4380

Author pjenvey
Recipients carlo.amicucci, pjenvey
Date 2009-03-29.21:44:42
SpamBayes Score 5.286697e-07
Marked as misclassified No
Message-id <1238363083.44.0.905343912955.issue1289@psf.upfronthosting.co.za>
In-reply-to
Content
Your path module should be ntpath, but I can't see how ntpath.isdir 
would return 0 in any case. It returns the result of stat.ST_ISDIR which 
is a bool

What's returned from the interpreter when you simply execute the 
following expression?

Jython 2.5b3+ (trunk:6112:6113M, Mar 29 2009, 15:03:34) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_07
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.path
History
Date User Action Args
2009-03-29 21:44:43pjenveysetmessageid: <1238363083.44.0.905343912955.issue1289@psf.upfronthosting.co.za>
2009-03-29 21:44:43pjenveysetrecipients: + pjenvey, carlo.amicucci
2009-03-29 21:44:43pjenveylinkissue1289 messages
2009-03-29 21:44:43pjenveycreate