csv package stitched into CVS hierarchy
The csv package is now in the main branch of the CVS hierarchy. I will leave the structure in the sandbox for a few days before "cvs remove"ing it in case I missed something. Skip
On Thu, Mar 20, 2003 at 05:38:54PM -0600, Skip Montanaro wrote:
The csv package is now in the main branch of the CVS hierarchy. I will leave the structure in the sandbox for a few days before "cvs remove"ing it in case I missed something.
Tim, can you do the magic to make sure the CSV module is in the Windows distribution? I think this means modifying PCbuild/python20.wse at least. Neal
[Neal Norwitz]
Tim, can you do the magic to make sure the CSV module is in the Windows distribution? I think this means modifying PCbuild/python20.wse at least.
There's a lot of stuff that needs to be done to add a new separately compiled module. The good news is the same as the bad news here: a piece gets dropped on the floor if and only if it isn't accessed by the standard test suite. In this case, it looks like the test suite covers it, so be of good cheer: nothing will get forgotten (except for whatever pieces test_csv.py forgets to test <wink>).
participants (3)
-
Neal Norwitz
-
Skip Montanaro
-
Tim Peters