[Python-checkins] CVS: python/dist/src PLAN.txt,1.5,1.6

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 09 Aug 2001 13:26:00 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv28192

Modified Files:
	PLAN.txt 
Log Message:
Add resolution of __new__ story sequel.


Index: PLAN.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PLAN.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** PLAN.txt	2001/08/08 22:51:13	1.5
--- PLAN.txt	2001/08/09 20:25:58	1.6
***************
*** 100,103 ****
--- 100,107 ----
                  "How do I call the default __new__ implementation???"
  
+     This was resolved nicely by putting object.__new__ back but not
+     inheriting __new__ from object when the subtype is a built-in or
+     extension type.
+ 
  More -- I'm sure new issues will crop up as we go.