Piotr Tokarski <pt12...@gmail.com> added the comment:
I think changing `(?P<quote>["\']).*?(?P=quote)` to `(?P<quote>["\'])[^\n]*?(?P=quote)` in all regexes does the trick, doesn't it? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44677> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com