Message5202

Author ssteiner
Recipients ssteiner
Date 2009-09-29.11:03:40
SpamBayes Score 0.039945316
Marked as misclassified No
Message-id <1254222221.01.0.864806717288.issue1480@psf.upfronthosting.co.za>
In-reply-to
Content
myfile is a 1MB text file. This takes few seconds on python or jep.

<script language="jython" setbeans="false">
<![CDATA[
t = ''
f = open(r'myfile')
for l in f:
    t = t + l
f.close()
]]>
</script>
History
Date User Action Args
2009-09-29 11:03:41ssteinersetrecipients: + ssteiner
2009-09-29 11:03:41ssteinersetmessageid: <1254222221.01.0.864806717288.issue1480@psf.upfronthosting.co.za>
2009-09-29 11:03:40ssteinerlinkissue1480 messages
2009-09-29 11:03:40ssteinercreate