[Python-checkins] python/dist/src/Misc NEWS,1.529,1.530

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Tue, 19 Nov 2002 13:20:28 -0800


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

Modified Files:
	NEWS 
Log Message:
Fix typo.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.529
retrieving revision 1.530
diff -C2 -d -r1.529 -r1.530
*** NEWS	19 Nov 2002 20:49:13 -0000	1.529
--- NEWS	19 Nov 2002 21:20:25 -0000	1.530
***************
*** 703,707 ****
    This is a result of these types having a partially defined
    tp_as_number slot.  (This is not a feature, but an indication that
!   PyNumber_check() is not very useful to determine numeric behavior.
    It may be deprecated.)
  
--- 703,707 ----
    This is a result of these types having a partially defined
    tp_as_number slot.  (This is not a feature, but an indication that
!   PyNumber_Check() is not very useful to determine numeric behavior.
    It may be deprecated.)