Eric V. Smith <e...@trueblade.com> added the comment:
What would x be equal to here: def get_something_string(): return textwrap.dedent("""\ test text2 test text3 test text4""") x = f"""\ test text1 {get_something_string()} test text5 test text6""" ? With 3.10 it is: ' test text1\n test text2\ntest text3\ntest text4\n test text5\n test text6' Are you proposing to change that? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46992> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com