Well, I would just use the builting function open. I think Nick said in the
beggining. Or, I would use the module I created. It's a file object, with
the property file_txt. Unlike the other modules which you have to use read
and write methods, I made a method which allows you to manulipulate like a
string. I didn't even add a appending feature, but doing file.file_txt +=
'bla', you can append. I can send it to you if you like.

On Wed, Jul 7, 2010 at 6:52 PM, Eduardo Vieira <eduardo.su...@gmail.com>wrote:

> Hello, I'm getting confused about the usage of those 2 modules. Which
> should I use one to get/manipulate data from a text file?
>
> Regards,
>
> Eduardo
> www.express-sign-supply.com
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to