File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ \section{\module{locale} ---
33
44\declaremodule {standard}{locale}
55\modulesynopsis {Internationalization services.}
6+ \moduleauthor {Martin von Loewis}{
[email protected] }
7+ \sectionauthor {Martin von Loewis}{
[email protected] }
68
79
810The \module {locale} module opens access to the \POSIX {} locale database
@@ -255,7 +257,7 @@ \subsection{For extension writers and programs that embed Python}
255257\emph {except } that the \constant {LC_NUMERIC} locale should always be
256258\samp {C}.
257259
258- The \function {setlocale()} function in the \module {locale} module contains
260+ The \function {setlocale()} function in the \module {locale} module
259261gives the Python progammer the impression that you can manipulate the
260262\constant {LC_NUMERIC} locale setting, but this not the case at the C
261263level: C code will always find that the \constant {LC_NUMERIC} locale
You can’t perform that action at this time.
0 commit comments