[issue14806] re.match does not match word '{'

2012-05-14 Thread zk
New submission from zk : >>> type(re.match('{', '{')) >>> type(re.match('\{', '{')) >>> type(re.search('\{', '{')) >>> type(re.search('{', '{')) -- co

[issue14806] re.match does not match word '{'

2012-05-14 Thread zk
zk added the comment: Oops. Sorry. -- ___ Python tracker <http://bugs.python.org/issue14806> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth