0.2.7 - August 12, 2022
Fixed
- Degrade more gracefully in environments where the standard output streams (stdout, stderr) are not available, such as the
pythonw.exe
GUI. Concretely: 1) If stackprinter'sshow()
function is called in such an environment and with default arguments, it will now return silently (doing nothing) instead of crashing. 2) the 'Traceprinter' toy now uses the built in print function (so that it doesn't try to access sys.stderr.write on import).
Full Changelog: 0.2.6...0.2.7