[Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.115,2.116
Guido van Rossum
gvanrossum@users.sourceforge.net
Mon, 06 Aug 2001 11:51:40 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Misc BLURB,1.4,NONE BLURB.LUTZ,1.1,NONE BLURB.WINDOWS,3.1,NONE HYPE,1.1,NONE editline-fix,1.1,NONE fixfuncptrs.sh,1.1,NONE comparisons,3.1,NONE faq2html.py,1.4,NONE renumber.py,1.3,NONE
- Next message: [Python-checkins] CVS: python/dist/src/Tools README,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv10310
Modified Files:
fileobject.c
Log Message:
Remove spurious "closed" attribute definition from the memberlist
table. (reported as an aside in SF #446049).
Index: fileobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/fileobject.c,v
retrieving revision 2.115
retrieving revision 2.116
diff -C2 -d -r2.115 -r2.116
*** fileobject.c 2001/08/02 04:15:00 2.115
--- fileobject.c 2001/08/06 18:51:38 2.116
***************
*** 1269,1273 ****
{"name", T_OBJECT, OFF(f_name), RO},
/* getattr(f, "closed") is implemented without this table */
- {"closed", T_INT, 0, RO},
{NULL} /* Sentinel */
};
--- 1269,1272 ----
- Previous message: [Python-checkins] CVS: python/dist/src/Misc BLURB,1.4,NONE BLURB.LUTZ,1.1,NONE BLURB.WINDOWS,3.1,NONE HYPE,1.1,NONE editline-fix,1.1,NONE fixfuncptrs.sh,1.1,NONE comparisons,3.1,NONE faq2html.py,1.4,NONE renumber.py,1.3,NONE
- Next message: [Python-checkins] CVS: python/dist/src/Tools README,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]