diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-05-05 16:14:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-05-05 16:14:30 (GMT) |
commit | 8482ef97228b5349240d96171ff18a3bb1b43b2f (patch) | |
tree | 031f208a713d39a61b77759c5a6c3dafca7b465c /Misc/NEWS | |
parent | 63376228a3f2d3ac4a21a10c0653c3b984c2d686 (diff) | |
download | cpython-8482ef97228b5349240d96171ff18a3bb1b43b2f.zip cpython-8482ef97228b5349240d96171ff18a3bb1b43b2f.tar.gz cpython-8482ef97228b5349240d96171ff18a3bb1b43b2f.tar.bz2 |
Merged revisions 72335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines
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
@@ -942,6 +942,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. |