]> granicus.if.org Git - python/commitdiff
Patch #748846: Let Demo/classes/Date.py mention DateTime module.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 7 Jun 2003 19:39:56 +0000 (19:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 7 Jun 2003 19:39:56 +0000 (19:39 +0000)
Demo/classes/Dates.py

index 2c37a4e3bfd75f3719ddd5bd38d0ec85a1872879..06ffa36fa99beb727fbfa198bb99dcac4cae34a8 100755 (executable)
@@ -36,6 +36,9 @@
 # Adapted to Python 1.1 (where some hacks to overcome coercion are unnecessary)
 # by Guido van Rossum
 
+# Note that as of Python 2.3, a datetime module is included in the stardard
+# library.
+
 # vi:set tabsize=8:
 
 _MONTH_NAMES = [ 'January', 'February', 'March', 'April', 'May',