- Issue #25034: Fix string.Formatter problem with auto-numbering and
nested format_specs. Patch by Anthon van der Neut.
- - Issue #25233: Rewrite the guts of asyncio.Queue to be more understandable and correct.
+ - Issue #25233: Rewrite the guts of asyncio.Queue and
+ asyncio.Semaphore to be more understandable and correct.
+- Issue #25203: Failed readline.set_completer_delims() no longer left the
+ module in inconsistent state.
+
- Issue #23600: Default implementation of tzinfo.fromutc() was returning
wrong results in some cases.