]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 7 Nov 2018 04:55:06 +0000 (23:55 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Nov 2018 04:55:06 +0000 (23:55 -0500)
commit76cd0c30d60961d1a10e2673834a455d2b51f695
tree496d4a64170c95ac2c69a436fe49da2f4e23e477
parent9fc57a384825530635ef5ec093a31d864ea14f7c
bpo-33000: Document that IDLE's shell has no line limit. (#10373)

A program that runs indefinitely can overfill memory.
Doc/library/idle.rst
Lib/idlelib/help.html
Misc/NEWS.d/next/IDLE/2018-11-06-23-10-54.bpo-33000.pQasCt.rst [new file with mode: 0644]