diff options
author | Georg Brandl <georg@python.org> | 2006-05-17 15:51:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-17 15:51:16 (GMT) |
commit | b89316fdbf5d5d4d33ab780c5ce2ab006ebb6ea7 (patch) | |
tree | 109cd781e14cff9877c4d41a174dcb2a559350ab /Misc | |
parent | 9d6da3e2f29344598178243bb519bc68ad8045b4 (diff) | |
download | cpython-b89316fdbf5d5d4d33ab780c5ce2ab006ebb6ea7.zip cpython-b89316fdbf5d5d4d33ab780c5ce2ab006ebb6ea7.tar.gz cpython-b89316fdbf5d5d4d33ab780c5ce2ab006ebb6ea7.tar.bz2 |
Patch #1180296: improve locale string formatting functions
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ Extension Modules Library ------- +- Patch #1180296: Two new functions were added to the locale module: + format_string() to get the effect of "format % items" but locale-aware, + and currency() to format a monetary number with currency sign. + - Patch #1486962: Several bugs in the turtle Tk demo module were fixed and several features added, such as speed and geometry control. |