Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a894cbfa
Commit
a894cbfa
authored
Jun 02, 2012
by
Sandro Tosi
Browse files
Options
Browse Files
Download
Plain Diff
merge with 3.2
parents
f4b26ef2
964f205a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Doc/library/locale.rst
Doc/library/locale.rst
+8
-8
No files found.
Doc/library/locale.rst
View file @
a894cbfa
...
...
@@ -160,22 +160,22 @@ The :mod:`locale` module defines the following exception and functions:
.. data:: D_T_FMT
Get a string that can be used as a format string for :func:`strftime` to
Get a string that can be used as a format string for :func:`
time.
strftime` to
represent date and time in a locale-specific way.
.. data:: D_FMT
Get a string that can be used as a format string for :func:`strftime` to
Get a string that can be used as a format string for :func:`
time.
strftime` to
represent a date in a locale-specific way.
.. data:: T_FMT
Get a string that can be used as a format string for :func:`strftime` to
Get a string that can be used as a format string for :func:`
time.
strftime` to
represent a time in a locale-specific way.
.. data:: T_FMT_AMPM
Get a format string for :func:`strftime` to represent time in the am/pm
Get a format string for :func:`
time.
strftime` to represent time in the am/pm
format.
.. data:: DAY_1 ... DAY_7
...
...
@@ -239,24 +239,24 @@ The :mod:`locale` module defines the following exception and functions:
then-emperor's reign.
Normally it should not be necessary to use this value directly. Specifying
the ``E`` modifier in their format strings causes the :func:`strftime`
the ``E`` modifier in their format strings causes the :func:`
time.
strftime`
function to use this information. The format of the returned string is not
specified, and therefore you should not assume knowledge of it on different
systems.
.. data:: ERA_D_T_FMT
Get a format string for :func:`strftime` to represent date and time in a
Get a format string for :func:`
time.
strftime` to represent date and time in a
locale-specific era-based way.
.. data:: ERA_D_FMT
Get a format string for :func:`strftime` to represent a date in a
Get a format string for :func:`
time.
strftime` to represent a date in a
locale-specific era-based way.
.. data:: ERA_T_FMT
Get a format string for :func:`strftime` to represent a time in a
Get a format string for :func:`
time.
strftime` to represent a time in a
locale-specific era-based way.
.. data:: ALT_DIGITS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment