From a6d75fdc37e4cbc49fe64420219f3b4da1b20cef Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Sun, 11 Sep 2016 10:20:27 -0400 Subject: [PATCH] Issue 24454: Removed unused match_getitem_doc. --- Modules/_sre.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/_sre.c b/Modules/_sre.c index a25d935a203..69c7bc0de69 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -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) {