summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-06-07 19:39:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-06-07 19:39:56 (GMT)
commit7890c26508c3ddf8548b97cf5b1e85814f83cfb0 (patch)
tree5c87feebd9c42de91c05d14c4050e726508de4ef /Demo
parentbb640c15a10f0c646a93f95ce48ecaed52ae71b8 (diff)
downloadcpython-7890c26508c3ddf8548b97cf5b1e85814f83cfb0.zip
cpython-7890c26508c3ddf8548b97cf5b1e85814f83cfb0.tar.gz
cpython-7890c26508c3ddf8548b97cf5b1e85814f83cfb0.tar.bz2
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 2c37a4e..06ffa36 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',