summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-17 15:51:16 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-17 15:51:16 (GMT)
commitb89316fdbf5d5d4d33ab780c5ce2ab006ebb6ea7 (patch)
tree109cd781e14cff9877c4d41a174dcb2a559350ab /Misc
parent9d6da3e2f29344598178243bb519bc68ad8045b4 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 514c95d..99dcec8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.