STINNER Victor added the comment: Workaround working on all Python versions, string concatenation made by the compiler: r"...." "...".
>>> print(r"a\n" "\\") a\n\ ---------- nosy: +haypo _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31136> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com