cpython (2.7): move the NEWS entry to the right section and mention ctypes.
http://hg.python.org/cpython/rev/6b409ab596db changeset: 83564:6b409ab596db branch: 2.7 user: Gregory P. Smith <greg@krypto.org> date: Tue Apr 30 00:56:07 2013 -0700 summary: move the NEWS entry to the right section and mention ctypes. files: Misc/NEWS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,9 +17,6 @@ Core and Builtins ----------------- -- Issue #17192: Restore the patch for Issue #10309 which was ommitted - in 2.7.4 when updating the bundled version of libffi. - - Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. @@ -34,6 +31,9 @@ Library ------- +- Issue #17192: Restore the patch for Issue #10309 which was ommitted + in 2.7.4 when updating the bundled version of libffi used by ctypes. + - Issue #17843: Removed test data file that was triggering false-positive virus warnings with certain antivirus software. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
gregory.p.smith