Message6530

Author ssteiner
Recipients ssteiner
Date 2011-05-26.15:05:13
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1306422313.46.0.633500024018.issue1750@psf.upfronthosting.co.za>
In-reply-to
Content
the following prints 0 on python and 1 on jython

import os
apath = os.path.normpath('z:/')
print os.system("subst y: \"%s\"" % apath)
History
Date User Action Args
2013-02-19 21:18:51fwierzbickisetspambayes_score: 1.0 -> 0.0
2013-02-19 21:17:08fwierzbickisetspambayes_score: 0.00250221 -> 1.0
2011-05-26 15:05:13ssteinersetrecipients: + ssteiner
2011-05-26 15:05:13ssteinersetmessageid: <1306422313.46.0.633500024018.issue1750@psf.upfronthosting.co.za>
2011-05-26 15:05:13ssteinerlinkissue1750 messages
2011-05-26 15:05:13ssteinercreate