- Issue #22977: Fixed formatting Windows error messages on Wine.
Patch by Martin Panter.
-- Issue #23803: Fixed str.partition() and str.rpartition() when a separator
- is wider then partitioned string.
-
-- Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
-
-- Issue #23629: Fix the default __sizeof__ implementation for variable-sized
- objects.
+- 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
-------