diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2015-05-26 11:57:16 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2015-05-26 11:57:16 (GMT) |
commit | 06f155f4884dff99bfd72a38d8930449a24cbf28 (patch) | |
tree | 97306a23aaae938a6ca63460b6487a36e986d69b /Misc | |
parent | c074e9d765505df971fc89e21d512b40f85e1d6b (diff) | |
parent | 55871f04bf0ac1cf0c7b1efd82780b4bf979d4f0 (diff) | |
download | cpython-06f155f4884dff99bfd72a38d8930449a24cbf28.zip cpython-06f155f4884dff99bfd72a38d8930449a24cbf28.tar.gz cpython-06f155f4884dff99bfd72a38d8930449a24cbf28.tar.bz2 |
Merge fix for issue #24285 from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,6 +22,9 @@ Release date: 2015-07-05 Core and Builtins ----------------- +- Issue #24285: Fixed regression that prevented importing extension modules + from inside packages. Patch by Petr Viktorin. + Library ------- @@ -36,7 +39,8 @@ Core and Builtins - Issue #24276: Fixed optimization of property descriptor getter. -- Issue #24268: PEP 489: Multi-phase extension module initialization +- Issue #24268: PEP 489: Multi-phase extension module initialization. + Patch by Petr Viktorin. - Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path on Windows. |