]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue 24454: Removed unused match_getitem_doc.
authorEric V. Smith <eric@trueblade.com>
Sun, 11 Sep 2016 14:20:27 +0000 (10:20 -0400)
committerEric V. Smith <eric@trueblade.com>
Sun, 11 Sep 2016 14:20:27 +0000 (10:20 -0400)
Modules/_sre.c

index a25d935a20389a7fb2aa281c713f55dc7b0d00e0..69c7bc0de6962e72c062fed379e48dc625e13d33 100644 (file)
@@ -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)
 {