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 -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/DO6CH72RHRZLE2M6ILAEYFLZ3FD6D5KN/

Reply via email to