mirror of
https://github.com/python/cpython.git
synced 2025-01-19 06:54:52 +08:00
Patch #748846: Let Demo/classes/Date.py mention DateTime module.
This commit is contained in:
parent
bb640c15a1
commit
7890c26508
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user