[Python-checkins] python/dist/src/Misc NEWS,1.462,1.463

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 11 Aug 2002 20:33:34 -0700


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

Modified Files:
	NEWS 
Log Message:
Revert what looks like a typo from the last checkin

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.462
retrieving revision 1.463
diff -C2 -d -r1.462 -r1.463
*** NEWS	12 Aug 2002 02:31:19 -0000	1.462
--- NEWS	12 Aug 2002 03:33:32 -0000	1.463
***************
*** 88,92 ****
  
  - The built-ins slice() and buffer() are now callable types.  The
! 0  types classobj (formerly class), code, function, instance, and
    instancemethod (formerly instance-method), which have no built-in
    names but are accessible through the types module, are now also
--- 88,92 ----
  
  - The built-ins slice() and buffer() are now callable types.  The
!   types classobj (formerly class), code, function, instance, and
    instancemethod (formerly instance-method), which have no built-in
    names but are accessible through the types module, are now also