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',).

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to