summaryrefslogtreecommitdiff
path: root/Demo
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-06-07 19:39:56 +0000
committerMartin v. Löwis <martin@v.loewis.de>2003-06-07 19:39:56 +0000
commit5a4aeae60848ae23d07c30d4160ea6d4c2c57bba (patch)
treeb74a5c77ce0fd1e7bf83ddd586585c2d7649e874 /Demo
parent65aefd78c0bd13546f456b0e9a74dc7aecc98230 (diff)
downloadcpython-5a4aeae60848ae23d07c30d4160ea6d4c2c57bba.tar.gz
Patch #748846: Let Demo/classes/Date.py mention DateTime module.
Diffstat (limited to 'Demo')
-rwxr-xr-xDemo/classes/Dates.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/classes/Dates.py b/Demo/classes/Dates.py
index 2c37a4e3bf..06ffa36fa9 100755
--- a/Demo/classes/Dates.py
+++ b/Demo/classes/Dates.py
@@ -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',