On Mon, 31 Jul 2006 18:33:34 -0700, Simon Forman wrote:
> Splitting a string into a list (array) of lines is easy enough, if you
> want to discard the line endings,
Thanks for the pointers, that should be enough to get me started. I had
started off in the wrong direction looking for arrays instea
Jon Smirl wrote:
> I only have a passing acquaintance with Python and I need to modify some
> existing code. This code is going to get called with 10GB of data so it
> needs to be fairly fast.
>
> http://cvs2svn.tigris.org/ is code for converting a CVS repository to
> Subversion. I'm working on cha