On 2012-04-30 22:03, Alex Rønne Petersen wrote:
On 30-04-2012 21:42, Jacob Carlborg wrote:
When is r"" a better use than ``? We already have the regular "".You don't have escape sequences inside r"", so they can be useful if you have backslashes in your string.
`` can be used for that. ` is good because it's a different delimiter compared to r"" or "".
-- /Jacob Carlborg
