commit | ccadf84a1bc1b7908f5dcefd6897f93e174c57b9 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 31 18:54:53 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 31 18:54:53 2006 +0000 |
tree | 6c0c0687136f478a428c3d3c0726827cb79bf36b | |
parent | 338ef7d2bd3c2ef507d7ef1edce42492dae28db0 [diff] [blame] |
Patch #1460496: round() now accepts keyword arguments.
diff --git a/Misc/NEWS b/Misc/NEWS index 4d0e0bd..ea5095f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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