diff options
author | Guido van Rossum <guido@python.org> | 1997-11-20 21:04:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-20 21:04:27 (GMT) |
commit | bc12f78bb3d774260444c76bc22507e9a5844bde (patch) | |
tree | 76daaad67be334126abfb29b098043c3f8597e0b /Doc/liballos.tex | |
parent | e084f0beea6a27e4f5d1004b0be845623ecd6597 (diff) | |
download | cpython-bc12f78bb3d774260444c76bc22507e9a5844bde.zip cpython-bc12f78bb3d774260444c76bc22507e9a5844bde.tar.gz cpython-bc12f78bb3d774260444c76bc22507e9a5844bde.tar.bz2 |
Adding Martin von Loewis' documentation for his locale module.
Diffstat (limited to 'Doc/liballos.tex')
-rw-r--r-- | Doc/liballos.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/liballos.tex b/Doc/liballos.tex index 2a536cd..cc889f3 100644 --- a/Doc/liballos.tex +++ b/Doc/liballos.tex @@ -29,4 +29,7 @@ systems as well. Here's an overview: \item[fnmatch] --- Unix shell style pathname pattern matching. +\item[locale] +--- Internationalization services. + \end{description} |