Version 3.4.1
3.4.1 (4 May 2021):
Changed:
- Update docs: as of
unpythonic
0.15, it runs onmcpyrate
, and provides fully functional example dialects based on a whole-module AST transformation. - The colorizer now injects some styles to
Style
that are missing fromcolorama
0.4.4, particularlyITALIC
.
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.