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
977fe96a
Commit
977fe96a
authored
Nov 17, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, back out change committed by accident! This is not ready, and
breaks things.
parent
2ed27d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
Doc/lib/liblocale.tex
Doc/lib/liblocale.tex
+0
-34
No files found.
Doc/lib/liblocale.tex
View file @
977fe96a
...
@@ -61,40 +61,6 @@ locale.setlocale(locale.LC_ALL,"")
...
@@ -61,40 +61,6 @@ locale.setlocale(locale.LC_ALL,"")
Returns the database of of the local conventions as a dictionary.
Returns the database of of the local conventions as a dictionary.
This dictionary has the following strings as keys:
This dictionary has the following strings as keys:
\begin{tableiii}
{
l|l|l
}{
code
}{
Key
}{
Category
}{
Meaning
}
\lineiii
{
'decimal
_
point'
}{
\constant
{
LC
_
NUMERIC
}}
{
Decimal point character.
}
\lineiii
{
'grouping'
}{
\constant
{
LC
_
NUMERIC
}}
{
Sequence of numbers specifying which relative positions
the
\code
{
'thousands
_
sep'
}
is expected. If the sequence is
terminated with
\constant
{
CHAR
_
MAX
}
, no further grouping
is performed. If the sequence terminates with a
\code
{
0
}
,
the last group size is repeatedly used.
}
\lineiii
{
'thousands
_
sep'
}{
\constant
{
LC
_
NUMERIC
}}
{
Character used between groups.
}
\hline
\lineiii
{
'int
_
curr
_
symbol'
}{
\constant
{
LC
_
MONETARY
}}
{
International currency symbol.
}
\lineiii
{
'currency
_
symbol'
}{
\constant
{
LC
_
MONETARY
}}
{
Local currency symbol.
}
\lineiii
{
'mon
_
decimal
_
point'
}{
\constant
{
LC
_
MONETARY
}}
{
Decimal point used for monetary values.
}
\lineiii
{
'mon
_
thousands
_
sep'
}{
\constant
{
LC
_
MONETARY
}}
{
Group separator used for monetary values.
}
\lineiii
{
'mon
_
grouping'
}{
\constant
{
LC
_
MONETARY
}}
{
Equivalent to
\code
{
'grouping'
}
, used for monetary
values.
}
\lineiii
{
'positive
_
sign'
}{
\constant
{
LC
_
MONETARY
}}
{
Symbol used to annotate a positive monetary value.
}
\lineiii
{
'negative
_
sign'
}{
\constant
{
LC
_
MONETARY
}}
{
Symbol used to annotate a nnegative monetary value.
}
\lineiii
{
'frac
_
digits'
}{
\constant
{
LC
_
MONETARY
}}
{
Number of fractional digits used in local formatting
of monetary values.
}
\lineiii
{
'int
_
frac
_
digits'
}{
\constant
{
LC
_
MONETARY
}}
{
Number of fractional digits used in international
formatting of monetary values.
}
\end{tableiii}
\begin{itemize}
\begin{itemize}
\item
\item
\code
{
'decimal
_
point'
}
specifies the decimal point used in floating
\code
{
'decimal
_
point'
}
specifies the decimal point used in floating
...
...
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