summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-05-05 16:10:16 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-05-05 16:10:16 (GMT)
commit588b54b646ff3ca7e86e5b493e01f60b449d2246 (patch)
tree07ecc3735742050564b76f0c34c2c9bff26fdf51 /Misc/NEWS
parentcecdc9c0e056ebd444077fd9eaf9bf82a4a4e818 (diff)
downloadcpython-588b54b646ff3ca7e86e5b493e01f60b449d2246.zip
cpython-588b54b646ff3ca7e86e5b493e01f60b449d2246.tar.gz
cpython-588b54b646ff3ca7e86e5b493e01f60b449d2246.tar.bz2
Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0152d9a..26af9bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -863,6 +863,8 @@ Tools/Demos
Build
-----
+- Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
+
- Issue #5726: Make Modules/ld_so_aix return the actual exit code of the
linker, rather than always exit successfully. Patch by Floris Bruynooghe.