summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-31 18:54:53 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-31 18:54:53 (GMT)
commitccadf84a1bc1b7908f5dcefd6897f93e174c57b9 (patch)
tree6c0c0687136f478a428c3d3c0726827cb79bf36b /Misc
parent338ef7d2bd3c2ef507d7ef1edce42492dae28db0 (diff)
downloadcpython-ccadf84a1bc1b7908f5dcefd6897f93e174c57b9.zip
cpython-ccadf84a1bc1b7908f5dcefd6897f93e174c57b9.tar.gz
cpython-ccadf84a1bc1b7908f5dcefd6897f93e174c57b9.tar.bz2
Patch #1460496: round() now accepts keyword arguments.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d0e0bd..ea5095f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Patch #1460496: round() now accepts keyword arguments.
+
- Fixed bug #1459029 - unicode reprs were double-escaped.
- Patch #1396919: The system scope threads are reenabled on FreeBSD