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 terry.reedy
Recipients Joe, terry.reedy
Date 2014-08-01.22:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406933830.51.0.833918552857.issue22105@psf.upfronthosting.co.za>
In-reply-to
Content
What file were you trying to save to? Be very exact. Reading/Saving to 'Library' files is known to have problems and there is another issue for this.

Were you trying to save the Shell window, displaying output from your program. 

What is the minimum # of lines required to have a problem.  400000 lines is probably "won't fix" because the problem is likely with tk and Windows, not Idle.  Your program should print directly to a file.
History
Date User Action Args
2014-08-01 22:57:10terry.reedysetrecipients: + terry.reedy, Joe
2014-08-01 22:57:10terry.reedysetmessageid: <1406933830.51.0.833918552857.issue22105@psf.upfronthosting.co.za>
2014-08-01 22:57:10terry.reedylinkissue22105 messages
2014-08-01 22:57:10terry.reedycreate