[Python-checkins] CVS: python/dist/src/Misc NEWS,1.334.2.1,1.334.2.2

Tim Peters tim_one@users.sourceforge.net
Fri, 14 Dec 2001 09:49:01 -0800


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

Modified Files:
      Tag: r22rc1-branch
	NEWS 
Log Message:
Add descr tutorial NEWS (NDEBUG still on the way).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.334.2.1
retrieving revision 1.334.2.2
diff -C2 -d -r1.334.2.1 -r1.334.2.2
*** NEWS	2001/12/14 17:08:44	1.334.2.1
--- NEWS	2001/12/14 17:48:58	1.334.2.2
***************
*** 5,8 ****
--- 5,15 ----
  Type/class unification and new-style classes
  
+ - Guido's tutorial introduction to the new type/class features has
+   been extensively updated.  See
+ 
+       http://www.python.org/2.2/descrintro.html
+ 
+   That remains the primary documentation in this area.
+ 
  - Fixed a leak: instance variables declared with __slots__ were never
    deleted!