Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I concur with David. The SRE_Scanner object is not public. Its search() method 
is used for implementing finditer(). Its match() method could be useful for 
implementing a functional equivalent of \G in Perl. But I do not know a use 
case for its fullmatch() method.

If anybody provide a use case for SRE_Scanner.fullmatch() this issue can be 
reopened.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue21002>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to