Skip to content

Set of commits to be tagged v0.19

François LAURENT requested to merge dev into main

Changelog

  • escaped newlines are handled.

A backend can print multiline messages by prefixing the message with either DEBUG:, INFO:, WARNING: or ERROR:, and escaping the newlines (msg.replace('\n', r'\n')).

Merge request reports