pypi rich 7.1.0
Better traceback formatting

latest releases: 13.7.1, 13.7.0, 13.6.0...
3 years ago

The highlight of this release is some improvements to Rich tracebacks. The traceback display makes better use of space and handle long paths better. Rich tracebacks can also be rendered in Rich's logging handler which is much easier to read (thanks to @taliraj for his PR for this feature).

traceback

Screen Shot 2020-09-26 at 16 22 18

[7.1.0] - 2020-09-26

Added

  • Added Console.begin_capture, Console.end_capture and Console.capture
  • Added Table.title_justify and Table.caption_justify #301

### Changed

  • Improved formatting of exceptions
  • Enabled Rich exceptions in logging https://github.com/taliraj
  • UTF-8 encoding is now mentioned in HTML head section

Removed

  • Removed line_numbers argument from traceback.install, which was undocumented and did nothing

Don't miss a new rich release

NewReleases is sending notifications on new releases.