diff options
| author | Gregory P. Smith <greg@krypto.org> | 2013-04-30 01:01:54 -0700 |
|---|---|---|
| committer | Gregory P. Smith <greg@krypto.org> | 2013-04-30 01:01:54 -0700 |
| commit | 5d6620d9d5c6e702846744036b50e25569e27fc5 (patch) | |
| tree | 6bb0c6dcec21bfa8a7e9ffb2005cb85fdce1b02f /Misc | |
| parent | fde108ba37b8c10e1b4b8820f2826255eef9d9cd (diff) | |
| download | cpython-git-5d6620d9d5c6e702846744036b50e25569e27fc5.tar.gz | |
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.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |
