From: Ned Deily Date: Mon, 30 Jul 2012 09:34:03 +0000 (-0700) Subject: Fix invalid UTF-8 encoding in commit message. X-Git-Tag: v3.3.0b2~86^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d6aeb8d9968fff9a132947e8420105af6856d0c;p=thirdparty%2FPython%2Fcpython.git Fix invalid UTF-8 encoding in commit message. --- diff --git a/Misc/NEWS b/Misc/NEWS index e7110caf6924..29bc01b3d481 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -265,7 +265,7 @@ Build ----- - Issue #15431: Add _freeze_importlib project to regenerate importlib.h - on Windows. Patch by Kristján Valur Jónsson. + on Windows. Patch by Kristján Valur Jónsson. - Issue #14197: For OS X framework builds, ensure links to the shared library are created with the proper ABI suffix.