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.