diff options
author | Fred Drake <fdrake@acm.org> | 1999-07-01 16:31:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-07-01 16:31:03 (GMT) |
commit | 85b5683307edae77670743437909e0aa91acd4f3 (patch) | |
tree | 523a54c8818004ab4568501f6629df6af9e07e33 /Doc | |
parent | 859dc53a524c3a14ae36ac0e2c7a7de70e0c9b29 (diff) | |
download | cpython-85b5683307edae77670743437909e0aa91acd4f3.zip cpython-85b5683307edae77670743437909e0aa91acd4f3.tar.gz cpython-85b5683307edae77670743437909e0aa91acd4f3.tar.bz2 |
Remove extraneous "contains" -- pointed out by Daniel Barclay
<danielb@digitalfocus.com>.
Added credit to Martin von Loewis for creating the module and
documentation.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liblocale.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 11a8bf7..bb84343 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -3,6 +3,8 @@ \declaremodule{standard}{locale} \modulesynopsis{Internationalization services.} +\moduleauthor{Martin von Loewis}{loewis@informatik.hu-berlin.de} +\sectionauthor{Martin von Loewis}{loewis@informatik.hu-berlin.de} The \module{locale} module opens access to the \POSIX{} locale database @@ -255,7 +257,7 @@ generally okay, and Python will use whatever locale is set, \emph{except} that the \constant{LC_NUMERIC} locale should always be \samp{C}. -The \function{setlocale()} function in the \module{locale} module contains +The \function{setlocale()} function in the \module{locale} module gives the Python progammer the impression that you can manipulate the \constant{LC_NUMERIC} locale setting, but this not the case at the C level: C code will always find that the \constant{LC_NUMERIC} locale |