mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Patch #748846: Let Demo/classes/Date.py mention DateTime module.
This commit is contained in:
parent
bb640c15a1
commit
7890c26508
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue