Skip to content

Version 3.4.1

Compare
Choose a tag to compare
@Technologicat Technologicat released this 05 May 07:49
· 153 commits to master since this release

3.4.1 (4 May 2021):

Changed:

  • Update docs: as of unpythonic 0.15, it runs on mcpyrate, and provides fully functional example dialects based on a whole-module AST transformation.
  • The colorizer now injects some styles to Style that are missing from colorama 0.4.4, particularly ITALIC.

Fixed:

  • Now we pass a filename to ast.parse everywhere. This allows e.g. SyntaxError during macro-import scanning (in the macro-import dependency graph analyzer), and possible internal errors in the interactive consoles, to report the filename correctly.