[Python-checkins] python/dist/src/Modules _csv.c,1.2,1.3

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
2003年3月23日 06:32:56 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv6598
Modified Files:
	_csv.c 
Log Message:
add comment about 2.2 compatibility
dump empty TODO comment
Index: _csv.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_csv.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _csv.c	21 Mar 2003 01:35:28 -0000	1.2
--- _csv.c	23 Mar 2003 14:32:54 -0000	1.3
***************
*** 1,7 ****
! /* TODO:
 */
 
 #include "Python.h"
 #include "structmember.h"
 
 /* begin 2.2 compatibility macros */
--- 1,19 ----
! /* csv module */
! 
! /*
! 
! This module provides the low-level underpinnings of a CSV reading/writing
! module. Users should not use this module directly, but import the csv.py
! module instead.
! 
! **** For people modifying this code, please note that as of this writing
! **** (2003年03月23日), it is intended that this code should work with Python
! **** 2.2.
! 
 */
 
 #include "Python.h"
 #include "structmember.h"
+ 
 
 /* begin 2.2 compatibility macros */

AltStyle によって変換されたページ (->オリジナル) /