If we want a truly raw string format that allows all characters, including any kind of quote, we could take a tip from Fortran:
s = 31HThis is a "totally raw" string!
--
Greg
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/DO6CH72RHRZLE2M6ILAEYFLZ3FD6D5KN/
