Remove spurious "closed" attribute definition from the memberlist

table.  (reported as an aside in SF #446049).
This commit is contained in:
Guido van Rossum 2001-08-06 18:51:38 +00:00
parent b4ee68c385
commit 63e0a64562
1 changed files with 0 additions and 1 deletions

View File

@ -1268,7 +1268,6 @@ static struct memberlist file_memberlist[] = {
{"mode", T_OBJECT, OFF(f_mode), RO},
{"name", T_OBJECT, OFF(f_name), RO},
/* getattr(f, "closed") is implemented without this table */
{"closed", T_INT, 0, RO},
{NULL} /* Sentinel */
};