news entry

This commit is contained in:
Gregory P. Smith 2013-04-30 00:58:24 -07:00
commit fde108ba37
1 changed files with 4 additions and 0 deletions

View File

@ -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.