From: Neal Norwitz Date: Mon, 12 Aug 2002 03:33:32 +0000 (+0000) Subject: Revert what looks like a typo from the last checkin X-Git-Tag: v2.3c1~4541 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c70fca8b12f5c36fba1c53b2a4c63c52f2481ff;p=thirdparty%2FPython%2Fcpython.git Revert what looks like a typo from the last checkin --- diff --git a/Misc/NEWS b/Misc/NEWS index f5e0e6349442..143092021ce3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -87,7 +87,7 @@ Core and builtins as directory names. - The built-ins slice() and buffer() are now callable types. The -0 types classobj (formerly class), code, function, instance, and + 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 callable. The type dict-proxy is renamed to dictproxy.