--- a/Utilities/ClassBrowsers/pyclbr.py Sun Feb 24 12:13:56 2019 +0100 +++ b/Utilities/ClassBrowsers/pyclbr.py Sun Feb 24 13:01:43 2019 +0100 @@ -31,7 +31,7 @@ _getnext = re.compile( r""" (?P<String> - \#[^\n]*$ # Ignore triple quotes in comments + \# .*? $ # ignore everything in comments | \""" [^"\\]* (?: (?: \\. | "(?!"") )