Skip to content

0.2.7

Choose a tag to compare

@cknd cknd released this 12 Aug 14:25
· 29 commits to master since this release
92cc5b6

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's show() 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