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
ced70917
Commit
ced70917
authored
Jun 13, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not claim that getlocale() returns a tulpe; that is not always true.
Closes SF bug #568577.
parent
06c72d3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/liblocale.tex
Doc/lib/liblocale.tex
+3
-3
No files found.
Doc/lib/liblocale.tex
View file @
ced70917
...
@@ -145,9 +145,9 @@ for which symbolic constants are available in the locale module.
...
@@ -145,9 +145,9 @@ for which symbolic constants are available in the locale module.
\begin{funcdesc}
{
getlocale
}{
\optional
{
category
}}
\begin{funcdesc}
{
getlocale
}{
\optional
{
category
}}
Returns the current setting for the given locale category as
Returns the current setting for the given locale category as
tuple (language code, encoding).
\var
{
category
}
may be one of the
sequence containing
\var
{
language code
}
,
\var
{
encoding
}
.
\
constant
{
LC
_
*
}
values except
\constant
{
LC
_
ALL
}
. It defaults to
\
var
{
category
}
may be one of the
\constant
{
LC
_
*
}
values except
\constant
{
LC
_
CTYPE
}
.
\constant
{
LC
_
ALL
}
. It defaults to
\constant
{
LC
_
CTYPE
}
.
Except for the code
\code
{
'C'
}
, the language code corresponds to
Except for the code
\code
{
'C'
}
, the language code corresponds to
\rfc
{
1766
}
.
\var
{
language code
}
and
\var
{
encoding
}
may be
\rfc
{
1766
}
.
\var
{
language code
}
and
\var
{
encoding
}
may be
...
...
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