xonsh/news/rediralias.rst

18 lines
418 B
ReStructuredText
Raw Normal View History

2016-10-13 02:03:30 -04:00
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed issue with alais redirections to files throwing an OSError because
the function ProcProxies were not being waited upon.
2016-10-13 03:20:42 -04:00
* Fixed issue with callablable aliases that happen to call sys.exit() or
raise SystemExit taking out the whole xonsh process.
2016-10-13 21:26:49 -04:00
* Safely flushes file handles on threaded buffers.
2016-10-13 02:03:30 -04:00
**Security:** None