diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Core and Builtins Extension Modules ----------------- +- Issue #2138: Add factorial() the math module. + - The heapq module does comparisons using LT instead of LE. This makes its implementation match that used by list.sort(). |