pypi xonsh 0.9.17

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

Changed:

  • @$() subprocess operator now properly strips newline characters off
    the lines of multiline output.

  • @$() subprocess operator does not require leading and trailing whitespace
    anymore, so expansions like cd /lib/modules/@$(uname -r)/kernel or
    gdb --pid=@$(pidof crashme) are now possible.

  • Moved most CI to github actions (OSX is still on travis)

  • Replaced Repl.It with RunThis on the front page of the docs.

Fixed:

  • autovox xontrib now works with Python 3.5
  • It is now possible to pass "&" as the last argument in subprocess mode.
  • Fixed a bug on Windows causing FileNotFoundError exception if path
    elements contain trailing spaces.

Authors:

  • Anthony Scopatz
  • Gil Forsyth
  • David Strobach

Don't miss a new xonsh release

NewReleases is sending notifications on new releases.