cpython (merge 3.2 -> 3.3): news entry
http://hg.python.org/cpython/rev/b10eb033ac6e changeset: 83566:b10eb033ac6e branch: 3.3 parent: 83560:5916e71c96ed parent: 83565:64627891ca23 user: Gregory P. Smith <greg@krypto.org> date: Tue Apr 30 00:58:24 2013 -0700 summary: news entry files: Misc/NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -44,6 +44,10 @@ 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. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
gregory.p.smith