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 mrabarnett
Recipients gvanrossum, mrabarnett, pitrou, serhiy.storchaka, tim.peters
Date 2012-10-16.23:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350429601.18.0.407551689054.issue16203@psf.upfronthosting.co.za>
In-reply-to
Content
I'm about to add this to my regex implementation and, naturally, I want it to have the same name for compatibility.

However, I'm not that keen on "fullmatch" and would prefer "matchall" instead.

What do you think?
History
Date User Action Args
2012-10-16 23:20:01mrabarnettsetrecipients: + mrabarnett, gvanrossum, tim.peters, pitrou, serhiy.storchaka
2012-10-16 23:20:01mrabarnettsetmessageid: <1350429601.18.0.407551689054.issue16203@psf.upfronthosting.co.za>
2012-10-16 23:20:01mrabarnettlinkissue16203 messages
2012-10-16 23:20:01mrabarnettcreate