Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment: One of the limitations is that it identifies what matched by using capture groups, so if the expressions provided contain captures then it gets confused! :-)
I handled that by 1) rejecting named captures and 2) changing unnamed captures into non-captures. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5337> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com