From: Benjamin Peterson Date: Wed, 17 Aug 2011 17:05:13 +0000 (-0500) Subject: change word X-Git-Tag: v3.3.0a1~1684 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c77239613ba08878f07fac5e23ea60fbcf386a06;p=python change word --- diff --git a/Misc/NEWS b/Misc/NEWS index e30a3cb627..06e44836bd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -26,7 +26,7 @@ Core and Builtins - Make type(None), type(Ellipsis), and type(NotImplemented) callable. They return the respective singleton instances. -- Forbid summing bytes in sum(). +- Forbid summing bytes with sum(). - Verify the types of AST strings and identifiers provided by the user before compiling them.