E&S CVS Commit: PEAK - Added automatic installation of 'csv' module for Python < 2.3. This is

pje at eby-sarna.com pje at eby-sarna.com
Wed Jan 14 20:13:00 EST 2004


Module Name:	PEAK
Committed By:	pje
Date:		Thu Jan 15 01:12:42 UTC 2004

Modified Files:
	PEAK: CHANGES.txt setup.py
Added Files:
	PEAK/src: _csv.c csv.py

Log Message:
Added automatic installation of 'csv' module for Python < 2.3.  This is
preparatory to adding cursor formatting using csv, and maybe eventually
a csv "connection" type to peak.storage.  Both should be useful for
extract-transform-load-test operations and for doing TinyTable-like things.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.119&r2=1.120
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.82&r2=1.83
http://cvs.eby-sarna.com/PEAK/src/_csv.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/csv.py?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 PEAK/CHANGES.txt
cvs rdiff -r1.82 -r1.83 PEAK/setup.py
cvs rdiff -r0 -r1.1 PEAK/src/_csv.c PEAK/src/csv.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list