diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -78,6 +78,9 @@ Core and Builtins - Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on non-integer input. +- Issue #24044: Fix possible null pointer dereference in list.sort in out of + memory conditions. + Library ------- |