From: Raymond Hettinger Date: Sun, 5 Sep 2010 00:36:26 +0000 (+0000) Subject: Typo X-Git-Tag: v3.2a2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46462f3fb3f045f1fec779ba5f9e88dbc3690ef5;p=thirdparty%2FPython%2Fcpython.git Typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 5d3656066e24..8cc30a0e7ad9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,4 +1,4 @@ -+++++++++++ ++++++++++++ Python News +++++++++++ @@ -33,7 +33,7 @@ Core and Builtins properly. Patch by Stefan Behnel. - Issue #5553: The Py_LOCAL_INLINE macro now results in inlining on - most platforms. Previously, it online inlined when using Microsoft + most platforms. Previously, it inlined when using Microsoft Visual C. - Issue #9712: Fix tokenize on identifiers that start with non-ascii names.