[Zope] Reading and parsing a text file object

Eric Fernandez egf05 at doc.ic.ac.uk
Thu Jul 20 06:08:04 EDT 2006


blists at bdf-net.com wrote:
>> Roberto Benitez wrote:
>>     
>>> file="%s" % context.textfile
>>>       
>
> Huh? Isn't that just a weird and probably inefficient way of writing
> "file=str(context.textfile)"?
>
>   
Sso I was mistaken when I said \n were removed... I can indeed split by 
'\n' the result of str(context.textfile)

Eric


More information about the Zope mailing list