commit | eef1d4e8b16c7352cc748f19e0481275d4f78291 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Nov 19 19:01:43 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Nov 19 19:01:43 1997 +0000 |
tree | 6657239b556937c1627a08009118e6137f01a5f6 | |
parent | 3df69bca0ac00aa413ab94d29624cd3d0a244448 [diff] |
User-level locale module. A wrapper around _locale which adds format(), str(), atof(), and atoi(). The last three are locale sensitive versions of the corresponding standard functions (only for numbers though); format() does general %[efg] formatting taking the locale into account, optionally with thousands grouping.