| commit | e28465482c19ec0bb43c1529c6fb1a823915f2d3 | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <mdickinson@enthought.com> | Fri Apr 20 21:21:24 2012 +0100 |
| committer | Mark Dickinson <mdickinson@enthought.com> | Fri Apr 20 21:21:24 2012 +0100 |
| tree | 1b32a3306ea28bddae7ae490734eafdd81c2767e | |
| parent | 1b5123aae5632193caace8b1427d767429b6850b [diff] [blame] |
Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications).
diff --git a/Misc/NEWS b/Misc/NEWS index 6d3410f..abd7c50 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #14339: Speed improvements to bin, oct and hex functions. Patch by + Serhiy Storchaka. + - Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. Patch by Stefan Behnel.