xonsh v0.6.4 Release Notes

  • ๐Ÿ”„ Changed:

    • Error message improved for sourcing foreign shells, when file cannot be found or there is a syntax error.

    ๐Ÿ›  Fixed:

    • ๐Ÿ›  Fixed issues with readline completer tab completing entries with spaces.
    • ๐Ÿ›  Fixed xonsh.tools.columnize() bug the prevented single-row input from being columnized correctly.
    • Now honor ASYNC and AWAIT as keywords in tokenizer on Python 3.7.