[Python-checkins] python/nondist/sandbox/datetime obj_date.c,1.24,1.25 obj_datetime.c,1.17,1.18 obj_delta.c,1.21,1.22

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 04 Dec 2002 20:49:44 -0800


Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv21648

Modified Files:
	obj_date.c obj_datetime.c obj_delta.c 
Log Message:
Got rid of the filename comments at the tops of these files.  They were
all wrong when I started this, and one was still wrong.


Index: obj_date.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_date.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** obj_date.c	5 Dec 2002 04:47:16 -0000	1.24
--- obj_date.c	5 Dec 2002 04:49:42 -0000	1.25
***************
*** 1,4 ****
! /* imp_date.c
!  *
   * PyDateTime_Date implementation.
   */
--- 1,3 ----
! /*
   * PyDateTime_Date implementation.
   */

Index: obj_datetime.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_datetime.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** obj_datetime.c	5 Dec 2002 01:53:25 -0000	1.17
--- obj_datetime.c	5 Dec 2002 04:49:42 -0000	1.18
***************
*** 1,4 ****
! /* obj_datetime.c
!  *
   * PyDateTime_DateTime implementation.
   */
--- 1,3 ----
! /*
   * PyDateTime_DateTime implementation.
   */

Index: obj_delta.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_delta.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** obj_delta.c	4 Dec 2002 05:08:14 -0000	1.21
--- obj_delta.c	5 Dec 2002 04:49:42 -0000	1.22
***************
*** 1,4 ****
! /* obj_delta.c
!  *
   * PyDateTime_Delta implementation.
   */
--- 1,3 ----
! /*
   * PyDateTime_Delta implementation.
   */