summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-07-30 09:34:03 (GMT)
committerNed Deily <nad@acm.org>2012-07-30 09:34:03 (GMT)
commit5d6aeb8d9968fff9a132947e8420105af6856d0c (patch)
treed0a126566ad6af4cc8aafdbe245e4ccbaffa4cd0 /Misc
parent57911f6c1a84dd0eb050908f81d6e60d38054271 (diff)
downloadcpython-5d6aeb8d9968fff9a132947e8420105af6856d0c.zip
cpython-5d6aeb8d9968fff9a132947e8420105af6856d0c.tar.gz
cpython-5d6aeb8d9968fff9a132947e8420105af6856d0c.tar.bz2
Fix invalid UTF-8 encoding in commit message.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e7110ca..29bc01b 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.