
python-checkins at python
Jul 30, 2012, 2:37 AM
Post #1 of 1
(32 views)
Permalink
|
|
cpython: Fix invalid UTF-8 encoding in commit message.
|
|
http://hg.python.org/cpython/rev/457195ddf172 changeset: 78324:457195ddf172 parent: 78322:917295aaad76 user: Ned Deily <nad [at] acm> date: Mon Jul 30 02:34:03 2012 -0700 summary: Fix invalid UTF-8 encoding in commit message. files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -265,7 +265,7 @@ ----- - 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. -- Repository URL: http://hg.python.org/cpython
|