Commit 49b37015 authored by Eric V. Smith's avatar Eric V. Smith

Issue 24454: Removed unused match_getitem_doc.

parent af08e1e8
......@@ -2422,9 +2422,6 @@ PyDoc_STRVAR(match_group_doc,
Return subgroup(s) of the match by indices or names.\n\
For 0 returns the entire match.");
PyDoc_STRVAR(match_getitem_doc,
"__getitem__(name) <==> group(name).\n");
static PyObject *
match_lastindex_get(MatchObject *self)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment