diff options
author | Guido van Rossum <guido@python.org> | 1997-11-19 19:02:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-19 19:02:09 (GMT) |
commit | bd1169a93e4c42156e899e2f80a1349e8006da25 (patch) | |
tree | 89d6a2b3924c30e2fbe9692a92afb212ff8d1f01 /Lib/locale.py | |
parent | eef1d4e8b16c7352cc748f19e0481275d4f78291 (diff) | |
download | cpython-bd1169a93e4c42156e899e2f80a1349e8006da25.zip cpython-bd1169a93e4c42156e899e2f80a1349e8006da25.tar.gz cpython-bd1169a93e4c42156e899e2f80a1349e8006da25.tar.bz2 |
Add Martin von Loewis as the author of this module.
Diffstat (limited to 'Lib/locale.py')
-rw-r--r-- | Lib/locale.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/locale.py b/Lib/locale.py index 9935478..6246fd9 100644 --- a/Lib/locale.py +++ b/Lib/locale.py @@ -1,4 +1,5 @@ "Support for number formatting using the current locale settings" +# Author: Martin von Loewis from _locale import * import string |