diff --git a/Misc/NEWS b/Misc/NEWS index c75e578c691..c5842995d8a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -425,8 +425,15 @@ Build - Issue #11268: Prevent Mac OS X Installer failure if Documentation package had previously been installed. - + - Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2. + + +IDLE +---- + +- Issue #11718: IDLE's open module dialog couldn't find the __init__.py + file in a package. Tools/Demos -----------