mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue 24454: Removed unused match_getitem_doc.
This commit is contained in:
parent
d5ee406ff1
commit
a6d75fdc37
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue