[Python-checkins] cpython (3.1): #11294: add missing ERA_T_FMT to locale docs. (original) (raw)
georg.brandl python-checkins at python.org
Sun Mar 6 11:10:10 CET 2011
- Previous message: [Python-checkins] cpython (3.1): #11292: add missing A_REVERSE to curses attribute table.
- Next message: [Python-checkins] cpython (merge 3.1 -> 3.2): Merge doc fixes.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/6f861f98a3c5 changeset: 68290:6f861f98a3c5 branch: 3.1 user: Georg Brandl <georg at python.org> date: Sun Mar 06 11:09:51 2011 +0100 summary: #11294: add missing ERA_T_FMT to locale docs.
files: Doc/library/locale.rst
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -161,7 +161,7 @@ .. 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.
.. data:: D_FMTrepresent date and time in a locale-specific way.
@@ -246,12 +246,17 @@
.. data:: ERA_D_T_FMT
Get a format string for :func:`strftime` to represent dates and times in a
.. data:: ERA_D_FMTGet a format string for :func:`strftime` to represent date and time in a locale-specific era-based way.
Get a format string for :func:`strftime` to represent time in a
Get a format string for :func:`strftime` to represent a date in a
locale-specific era-based way.
- .. data:: ERA_T_FMT
.. data:: ALT_DIGITSGet a format string for :func:`strftime` to represent a time in a locale-specific era-based way.
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] cpython (3.1): #11292: add missing A_REVERSE to curses attribute table.
- Next message: [Python-checkins] cpython (merge 3.1 -> 3.2): Merge doc fixes.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]