python3 raw strings and \u escapes

Serhiy Storchaka storchaka at gmail.com
Wed May 30 12:59:03 EDT 2012


On 30.05.12 14:54, Thomas Rachel wrote:
> There is a 3rd one: use r'[ ' + '\u3000' + ']'. Not very nice to read,
> but should do the trick...

Or r'[ %s]' % ('\u3000',).




More information about the Python-list mailing list