Oct. 11, 2012
9 a.m.
On 10.10.12 23:18, Antoine Pitrou wrote:
On Wed, 10 Oct 2012 23:04:25 +0300 Serhiy Storchaka <storchaka@gmail.com> wrote:
On 10.10.12 22:46, Antoine Pitrou wrote:
-1. This will make life more difficult with regular expressions (and produce lots of spurious warnings in existing code).
Strings for regular expressions always should be raw. Now regular expressions supports \u and \U escapes and no reason to use non-raw strings.
That's a style issue, not a language rule.
Yes, of course, that's a style advice. Sorry if I used the wrong words. This will not make life more difficult with regular expressions because you always can use raw string literals.