[issue16203] Proposal: add re.fullmatch() method

Matthew Barnett report at bugs.python.org
Sun Oct 14 05:11:51 CEST 2012


Matthew Barnett added the comment:

It certainly appears to ignore the whitespace, even if the "(?x)" is at the end of the pattern or in the middle of a group.

Another point we need to consider is that the user might want to use a pre-compiled pattern.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16203>
_______________________________________


More information about the Python-bugs-list mailing list