From: Terry Jan Reedy Date: Mon, 22 Jul 2013 01:08:29 +0000 (-0400) Subject: Issue #18439: Move news entry misplaced by graft merge. X-Git-Tag: v2.7.6rc1~287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7af16b38299ace92dc4e5e5e3bf2fa310ac76b68;p=thirdparty%2FPython%2Fcpython.git Issue #18439: Move news entry misplaced by graft merge. --- diff --git a/Misc/NEWS b/Misc/NEWS index 72e44e251215..e02d23d91f6a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -80,6 +80,8 @@ Library Tools/Demos ----------- +- Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. + - Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py. - Issue #12990: The "Python Launcher" on OSX could not launch python scripts @@ -137,8 +139,6 @@ Documentation - Issue #17844: Refactor a documentation of Python specific encodings. Add links to encoders and decoders for binary-to-binary codecs. -- Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. - What's New in Python 2.7.5? ===========================