[Python-checkins] CVS: python/dist/src/Misc NEWS,1.90,1.91

Guido van Rossum python-dev@python.org
Thu, 11 Jan 2001 07:00:16 -0800


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

Modified Files:
	NEWS 
Log Message:
Typo.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** NEWS	2001/01/10 20:13:55	1.90
--- NEWS	2001/01/11 15:00:14	1.91
***************
*** 30,34 ****
    occasionally, in boundary cases the coercion semantics have changed
    subtly.  Since this was a terrible gray area of the language, this
!   is considered an improvement.  Also not that __rcmp__ is no longer
    supported -- instead of calling __rcmp__, __cmp__ is called with
    reversed arguments.
--- 30,34 ----
    occasionally, in boundary cases the coercion semantics have changed
    subtly.  Since this was a terrible gray area of the language, this
!   is considered an improvement.  Also note that __rcmp__ is no longer
    supported -- instead of calling __rcmp__, __cmp__ is called with
    reversed arguments.