RedBaron v0.7 Release Notes

Release Date: 2018-08-21 // over 5 years ago
    • ๐Ÿ›  fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140

    ๐Ÿ‘ Python 3 support (based on work in Baron):

    • ๐Ÿ‘Œ support ellipsis
    • ๐Ÿ‘Œ support matrix operator
    • ๐Ÿ‘Œ support f-strings
    • ๐Ÿ‘Œ support numeric literals
    • ๐Ÿ‘Œ support nonlocal statement
    • ๐Ÿ‘Œ support keyword only markers
    • ๐Ÿ‘Œ support yield from statement
    • ๐Ÿ‘Œ support async/await statements