[Python-checkins] python/dist/src/Demo/classes Dates.py,1.3,1.4

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 07 Jun 2003 12:39:59 -0700


Update of /cvsroot/python/python/dist/src/Demo/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv28848

Modified Files:
	Dates.py 
Log Message:
Patch #748846: Let Demo/classes/Date.py mention DateTime module.


Index: Dates.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/classes/Dates.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Dates.py	14 Sep 1998 15:34:45 -0000	1.3
--- Dates.py	7 Jun 2003 19:39:56 -0000	1.4
***************
*** 37,40 ****
--- 37,43 ----
  # by Guido van Rossum
  
+ # Note that as of Python 2.3, a datetime module is included in the stardard
+ # library.
+ 
  # vi:set tabsize=8: