diff options
| author | Guido van Rossum <guido@python.org> | 1997-11-19 19:02:09 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-11-19 19:02:09 +0000 |
| commit | bd1169a93e4c42156e899e2f80a1349e8006da25 (patch) | |
| tree | 89d6a2b3924c30e2fbe9692a92afb212ff8d1f01 | |
| parent | eef1d4e8b16c7352cc748f19e0481275d4f78291 (diff) | |
| download | cpython-git-bd1169a93e4c42156e899e2f80a1349e8006da25.tar.gz | |
Add Martin von Loewis as the author of this module.
| -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 99354787b4..6246fd930d 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 |
