You need to sign in or sign up before continuing.
Set of commits to be tagged v0.19
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')
).