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 quentel
Recipients Mark.Shannon, brandtbucher, gvanrossum, pablogsal, quentel, steven.daprano
Date 2021-07-29.07:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627542184.7.0.0270581795991.issue44741@roundup.psfhosted.org>
In-reply-to
Content
I found why len() is required, it's to avoid trying to match the subject (thus consuming a part of it) if its length is less than the number of non-star patterns, as explained in the PEP.

My mistake, sorry.
History
Date User Action Args
2021-07-29 07:03:04quentelsetrecipients: + quentel, gvanrossum, steven.daprano, Mark.Shannon, pablogsal, brandtbucher
2021-07-29 07:03:04quentelsetmessageid: <1627542184.7.0.0270581795991.issue44741@roundup.psfhosted.org>
2021-07-29 07:03:04quentellinkissue44741 messages
2021-07-29 07:03:04quentelcreate