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

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 27 Apr 2001 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