]> granicus.if.org Git - python/commitdiff
fix the news entry, the description in 3.3 should be different
authorGregory P. Smith <greg@krypto.org>
Tue, 30 Apr 2013 08:01:54 +0000 (01:01 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 30 Apr 2013 08:01:54 +0000 (01:01 -0700)
than the one merged from 3.2 to match the actual changes here.

Misc/NEWS

index c795840e47a68ac7ec1b04e6b7f2e915445a2c26..d8475b6c36149647719e1e9bc3a24dae162d7ed1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,9 +44,9 @@ Core and Builtins
 Library
 -------
 
-- Issue #17192: Restore the patch for Issue #11729 and Issue #10309
-  which were ommitted in 3.3.1 when updating the bundled version of
-  libffi used by ctypes.
+- Issue #17192: Restore the patch for Issue #11729 which was ommitted in
+  3.3.1 when updating the bundled version of libffi used by ctypes.  Update
+  many libffi files that were missed in 3.3.1's update to libffi-3.0.13.
 
 - Issue #17358: Modules loaded by imp.load_source() and load_compiled() (and by
   extention load_module()) now have a better chance of working when reloaded.