summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2013-04-30 07:58:24 (GMT)
committerGregory P. Smith <greg@krypto.org>2013-04-30 07:58:24 (GMT)
commitfde108ba37b8c10e1b4b8820f2826255eef9d9cd (patch)
tree05c7631ad9892eb04ba57ea978124208dbcac652
parent671905de89393a5aff91c73fa58a4e5b4c616ac7 (diff)
parentcf86d9441ed09f0b7265a0a869c110f245336228 (diff)
downloadcpython-fde108ba37b8c10e1b4b8820f2826255eef9d9cd.zip
cpython-fde108ba37b8c10e1b4b8820f2826255eef9d9cd.tar.gz
cpython-fde108ba37b8c10e1b4b8820f2826255eef9d9cd.tar.bz2
news entry
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a3ef49..c795840 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,10 @@ 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 #17358: Modules loaded by imp.load_source() and load_compiled() (and by
extention load_module()) now have a better chance of working when reloaded.