Patch #748846: Let Demo/classes/Date.py mention DateTime module.

This commit is contained in:
Martin v. Löwis 2003-06-07 19:39:56 +00:00
parent bb640c15a1
commit 7890c26508
1 changed files with 3 additions and 0 deletions

View File

@ -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',