[Python-checkins] python/nondist/peps pep-0249.txt,1.8,1.9

lemburg@users.sourceforge.net lemburg@users.sourceforge.net
Tue, 11 Feb 2003 05:19:54 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv23540

Modified Files:
	pep-0249.txt 
Log Message:
Added note about new datetime module in Python 2.3.



Index: pep-0249.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0249.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pep-0249.txt	13 Nov 2002 21:20:45 -0000	1.8
--- pep-0249.txt	11 Feb 2003 13:19:51 -0000	1.9
***************
*** 572,575 ****
--- 572,581 ----
        Objects/bufferobject.c in the Python source
        distribution.
+ 
+     * Starting with Python 2.3, module authors can also use the object
+       types defined in the standard datetime module for date/time
+       processing. However, it should be noted that this does not
+       expose a C API like mxDateTime does which means that integration
+       with C based database modules is more difficult.
          
      * Here is a sample implementation of the Unix ticks based