[Python-checkins] python/dist/src/Misc ACKS, 1.266, 1.267 NEWS, 1.1007, 1.1008

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jun 20 18:41:35 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18815/Misc

Modified Files:
	ACKS NEWS 
Log Message:
SF patch 876130:  add C API to datetime module, from Anthony Tuininga.
The LaTeX is untested (well, so is the new API, for that matter).
Note that I also changed NULL to get spelled consistently in concrete.tex.
If that was a wrong thing to do, Fred should yell at me.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.266
retrieving revision 1.267
diff -C2 -d -r1.266 -r1.267
*** ACKS	19 Jun 2004 21:11:34 -0000	1.266
--- ACKS	20 Jun 2004 22:41:32 -0000	1.267
***************
*** 570,573 ****
--- 570,574 ----
  John Tromp
  Jason Trowbridge
+ Anthony Tuininga
  Stephen Turner
  Bill Tutt

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1007
retrieving revision 1.1008
diff -C2 -d -r1.1007 -r1.1008
*** NEWS	20 Jun 2004 02:50:15 -0000	1.1007
--- NEWS	20 Jun 2004 22:41:32 -0000	1.1008
***************
*** 560,563 ****
--- 560,567 ----
  -----
  
+ - Thanks to Anthony Tuininga, the datetime module now supplies a C API
+   containing type-check macros and constructors.  See new docs in the
+   Python/C API Reference Manual for details.
+ 
  - Private function _PyTime_DoubleToTimet added, to convert a Python
    timestamp (C double) to platform time_t with some out-of-bounds




More information about the Python-checkins mailing list