.. nonce: q9fvyM
.. section: Core and Builtins
-PyREPL now supports syntax highlighing. Contributed by Łukasz Langa.
+PyREPL now supports syntax highlighting. Contributed by Łukasz Langa.
..
.. nonce: Uj7lyY
.. section: Core and Builtins
-Fix a bug that was allowing newlines inconsitently in format specifiers for
+Fix a bug that was allowing newlines inconsistently in format specifiers for
single-quoted f-strings. Patch by Pablo Galindo.
..
The cases generator no longer accepts type annotations on stack items.
-Conversions to non-default types are now done explictly in bytecodes.c and
+Conversions to non-default types are now done explicitly in bytecodes.c and
optimizer_bytecodes.c. This will simplify code generation for top-of-stack
caching and other future features.