Newbie Text Processing Question

Fredrik Lundh fredrik at pythonware.com
Wed Oct 5 01:46:49 EDT 2005


Gregory Piñero wrote:

>That's how Python works. You read in the whole file, edit it, and write it
> back out.

that's how file systems work.  if file systems generally supported insert
operations, Python would of course support that feature.

</F>






More information about the Python-list mailing list