diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-05-05 16:10:16 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-05-05 16:10:16 (GMT) |
commit | 588b54b646ff3ca7e86e5b493e01f60b449d2246 (patch) | |
tree | 07ecc3735742050564b76f0c34c2c9bff26fdf51 /Misc/NEWS | |
parent | cecdc9c0e056ebd444077fd9eaf9bf82a4a4e818 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |