[Python-checkins] cpython (3.3): fix the news entry, the description in 3.3 should be different

gregory.p.smith python-checkins at python.org
Tue Apr 30 10:05:59 CEST 2013


http://hg.python.org/cpython/rev/49459216d35b
changeset:   83567:49459216d35b
branch:      3.3
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Apr 30 01:01:54 2013 -0700
summary:
  fix the news entry, the description in 3.3 should be different
than the one merged from 3.2 to match the actual changes here.

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
@@ -44,9 +44,9 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list