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 gpolo
Recipients gpolo
Date 2008-08-16.23:32:23
SpamBayes Score 1.7772101e-05
Marked as misclassified No
Message-id <1218929546.33.0.178143371283.issue3573@psf.upfronthosting.co.za>
In-reply-to
Content
Passing a single directory as a command line argument can make IDLE hang.
To achieve this the user needs to configure IDLE to open an editor
window by default.

The attached patch discards filenames that failed to load, so in the end
it may open an empty editor window instead of hanging.
History
Date User Action Args
2008-08-16 23:32:26gpolosetrecipients: + gpolo
2008-08-16 23:32:26gpolosetmessageid: <1218929546.33.0.178143371283.issue3573@psf.upfronthosting.co.za>
2008-08-16 23:32:25gpololinkissue3573 messages
2008-08-16 23:32:24gpolocreate