PEP 723: Embedding pyproject.toml in single-file scripts

I’m talking about TOML strings, x = '\' in a TOML file is equivalent to x = "\\", since single quoted string literals in TOML don’t support escaping.