Update soon, please. I have temporarily switched to using triple double-quoted doc strings, and it pains me. If I can't switch back to triple single quotes soon, I might die. I am aware that is unreasonable.
In python, a sequence of 3 single quotes or double quotes are used to denote a block comment. v19 does not recognize the closing set of single quotes unless on the same line. e.g. """ some stuff works"""
''' a single line using triple quotes works '''
''' but a comment on multiple lines ends up treating the rest of the file as a comment'''