[Python-checkins] CVS: python/dist/src PLAN.txt,1.8,1.9

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 19 Sep 2001 22:27:26 -0700


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

Modified Files:
	PLAN.txt 
Log Message:
AFAICT pydoc/inspect do the right thing again.


Index: PLAN.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PLAN.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** PLAN.txt	2001/09/10 02:40:26	1.8
--- PLAN.txt	2001/09/20 05:27:24	1.9
***************
*** 32,37 ****
  Support pickling (via __reduce__?)
  
- Make inspect and pydoc do the right thing for new-style classes.
- 
  Support mixed multiple inheritance from classic and new-style classes?
  
--- 32,35 ----
***************
*** 41,44 ****
--- 39,45 ----
  Done (mostly)
  -------------
+ 
+ Make inspect and pydoc do the right thing for new-style classes.  ***
+ done ***
  
  Do binary operators properly.  nb_add should try to call self.__add__