cpython: 27566bf160d5 (original) (raw)
Mercurial > cpython
changeset 68298:27566bf160d5 2.7
#11294: add missing ERA_T_FMT to locale docs. [#11294]
Georg Brandl georg@python.org | |
---|---|
date | Sun, 06 Mar 2011 11:09:51 +0100 |
parents | 8d60032c7695 |
children | 60811cd05686 |
files | Doc/library/locale.rst |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-)[+] [-] Doc/library/locale.rst 11 |
line wrap: on
line diff
--- a/Doc/library/locale.rst
+++ b/Doc/library/locale.rst
@@ -165,7 +165,7 @@ The :mod:locale
module defines the fol
.. data:: D_T_FMT
Get a string that can be used as a format string for :func:strftime
to
represent time and date in a locale-specific way.[](#l1.7)
represent date and time in a locale-specific way.[](#l1.8)
.. data:: D_FMT
@@ -250,12 +250,17 @@ The :mod:locale
module defines the fol
.. data:: ERA_D_T_FMT
Get a format string for :func:`strftime` to represent dates and times in a[](#l1.16)
Get a format string for :func:`strftime` to represent date and time in a[](#l1.17) locale-specific era-based way.[](#l1.18)
Get a format string for :func:`strftime` to represent time in a[](#l1.22)
Get a format string for :func:`strftime` to represent a date in a[](#l1.23)
locale-specific era-based way.[](#l1.24)