[Python-checkins] CVS: python/dist/src .cvsignore,2.1,2.1.8.1

Guido van Rossum gvanrossum@users.sourceforge.net
2001年4月27日 11:04:52 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv25251
Modified Files:
 Tag: descr-branch
	.cvsignore 
Log Message:
Make the descriptor operations (formerly PyDescr_Get() and
PyDescr_Set()) slots in the type object.
Also, the choice to use tp_dict is made by placing a standard function
on the tp_[gs]etattro slot, not by default in PyObject_[GS]etAttr().
Index: .cvsignore
===================================================================
RCS file: /cvsroot/python/python/dist/src/.cvsignore,v
retrieving revision 2.1
retrieving revision 2.1.8.1
diff -C2 -r2.1 -r2.1.8.1
*** .cvsignore	2000年05月02日 18:31:04	2.1
--- .cvsignore	2001年04月27日 18:04:50	2.1.8.1
***************
*** 7,8 ****
--- 7,10 ----
 buildno
 python
+ build
+ Makefile.pre

AltStyle によって変換されたページ (->オリジナル) /