pypi xonsh 0.8.2

latest releases: 0.19.9, 0.19.8, 0.19.3...
6 years ago

Changed:

  • Now there is only a single instance of string.Formatter() in the
    code base, which is called xonsh.tools.FORMATTER.

Fixed:

  • f-strings (f"{expr}") are now fully capable of executing xonsh expressions.
    The one exception to this is that ![cmd] and !(cmd) don't work because
    the ! character interferes with Python string formatting. If you need to
    run subprocesses inside of f-strings, use $[cmd] and $(cmd) instead.
  • Fixed occasional "no attribute 'settitle' error"

Don't miss a new xonsh release

NewReleases is sending notifications on new releases.