This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Gareth.Gouldstone, LewisGaul, aeros, ezio.melotti, mrabarnett, r.david.murray, serhiy.storchaka, twouters
Date 2019-10-27.19:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572206181.14.0.199455997359.issue21002@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-10-27 19:56:21serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, ezio.melotti, mrabarnett, r.david.murray, Gareth.Gouldstone, aeros, LewisGaul
2019-10-27 19:56:21serhiy.storchakasetmessageid: <1572206181.14.0.199455997359.issue21002@roundup.psfhosted.org>
2019-10-27 19:56:21serhiy.storchakalinkissue21002 messages
2019-10-27 19:56:21serhiy.storchakacreate