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 jbrearley, terry.reedy
Date 2018-03-07.19:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520450169.62.0.467229070634.issue33000@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know whether memory difference between us is due to IDLEX or Windows version or something else, but I don't really care.  The IDLE doc has a section "IDLE-console differences".  It should gain a paragraph explain the difference between memory-limited tk.Text-based Shell and limited-lines consoles.  For Command Prompt, the buffer defaults to a pathetic 300 lines, which is not enough for the CPython test suite output.  The max is 9999 for those who discover how to enlarge it.  No limit is an advantage for most uses, but not for one who fills up memory.

I will also think about a sentence to add to the introductory section about development versus production runs.
History
Date User Action Args
2018-03-07 19:16:09terry.reedysetrecipients: + terry.reedy, jbrearley
2018-03-07 19:16:09terry.reedysetmessageid: <1520450169.62.0.467229070634.issue33000@psf.upfronthosting.co.za>
2018-03-07 19:16:09terry.reedylinkissue33000 messages
2018-03-07 19:16:09terry.reedycreate