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 ezio.melotti, larry, mrabarnett, serhiy.storchaka
Date 2014-01-18.12:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390047813.8.0.62231408228.issue20148@psf.upfronthosting.co.za>
In-reply-to
Content
Now all methods except Match.group() (which needs *args) use Argument Clinic.

Most important change is that first parameters of some Pattern methods are renamed from "pattern" or "source" to "string". This was obvious bug (issue20283). "string" conforms to the documentation and to the name of the Match.string attribute.
History
Date User Action Args
2014-01-18 12:23:34serhiy.storchakasetrecipients: + serhiy.storchaka, larry, ezio.melotti, mrabarnett
2014-01-18 12:23:33serhiy.storchakasetmessageid: <1390047813.8.0.62231408228.issue20148@psf.upfronthosting.co.za>
2014-01-18 12:23:33serhiy.storchakalinkissue20148 messages
2014-01-18 12:23:32serhiy.storchakacreate