changeset: 103641:9eb38e0f1cad user: Eric V. Smith date: Sun Sep 11 10:20:27 2016 -0400 files: Modules/_sre.c description: Issue 24454: Removed unused match_getitem_doc. diff -r 64610bcd326f -r 9eb38e0f1cad Modules/_sre.c --- a/Modules/_sre.c Sun Sep 11 15:16:58 2016 +0100 +++ b/Modules/_sre.c Sun Sep 11 10:20:27 2016 -0400 @@ -2422,9 +2422,6 @@ 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) {