From: Guido van Rossum Date: Thu, 11 Jan 2001 15:00:14 +0000 (+0000) Subject: Typo. X-Git-Tag: v2.1a1~331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae72d8782295fcac08b8f5b264faaa43aa5fe082;p=thirdparty%2FPython%2Fcpython.git Typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 08c1458611ee..758fca625f4b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,7 +29,7 @@ Core language, builtins, and interpreter numerical operators without having to use coercion), but 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 + is considered an improvement. Also note that __rcmp__ is no longer supported -- instead of calling __rcmp__, __cmp__ is called with reversed arguments.