Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka.

This commit is contained in:
Eric V. Smith 2016-09-11 09:50:47 -04:00
parent b7e3535a08
commit b5690864ba
2 changed files with 4 additions and 1 deletions

View file

@ -2733,7 +2733,6 @@ static PyMethodDef match_methods[] = {
_SRE_SRE_MATCH_EXPAND_METHODDEF
_SRE_SRE_MATCH___COPY___METHODDEF
_SRE_SRE_MATCH___DEEPCOPY___METHODDEF
{"__getitem__", (PyCFunction)match_getitem, METH_O|METH_COEXIST, match_getitem_doc},
{NULL, NULL}
};