This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients roger.serwy, terry.reedy
Date 2013-04-20.02:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366425914.88.0.469107315169.issue17798@psf.upfronthosting.co.za>
In-reply-to
Content
This is a split from #13495 as it is truly a separate issue. Here's a partial quote from msg151278:

"""
IDLE 3 no longer allows for editing of new files from the command line. 

For example:

   idle -e /tmp/newfile.py 

will momentarily flash an editor window before it is closed. This is due to "good_load" not being set. What's worse is that the IDLE process will continue running without having any visible windows open. 
"""

Rather than remove the good_load behavior as was done in an earlier patch in #13495, I added an extra line in the initialization logic so that the editor can edit newly named files while still rejecting files that didn't load properly.
History
Date User Action Args
2013-04-20 02:45:14roger.serwysetrecipients: + roger.serwy, terry.reedy
2013-04-20 02:45:14roger.serwysetmessageid: <1366425914.88.0.469107315169.issue17798@psf.upfronthosting.co.za>
2013-04-20 02:45:14roger.serwylinkissue17798 messages
2013-04-20 02:45:14roger.serwycreate