From: Eric V. Smith Date: Sun, 11 Sep 2016 14:20:27 +0000 (-0400) Subject: Issue 24454: Removed unused match_getitem_doc. X-Git-Tag: v3.6.0b1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6d75fdc37e4cbc49fe64420219f3b4da1b20cef;p=thirdparty%2FPython%2Fcpython.git Issue 24454: Removed unused match_getitem_doc. --- diff --git a/Modules/_sre.c b/Modules/_sre.c index a25d935a2038..69c7bc0de696 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) {