On 01-05-2012 13:22, Jacob Carlborg wrote:
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 "".


It *can*, but it's annoying on non-US keyboards, which was my original point.

--
- Alex

Reply via email to