]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35099: Improve the doc about IDLE running user code. (GH-10350)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Nov 2018 02:35:18 +0000 (18:35 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Nov 2018 02:35:18 +0000 (18:35 -0800)
commita437c285fa4f21720802e7a91770b2281d576554
tree88f21ae83efac8fd01879ab275a7da4b3e6a727a
parent558dc8adbec0b85e0ff257fcedc85c5d89cd2825
bpo-35099: Improve the doc about IDLE running user code. (GH-10350)

The section is renamed from "IDLE -- console differences".  It mostly
covers the implications of using custom sys.stdxxx objects.
(cherry picked from commit 5e7909032491cef17754a3208872655fe350e9be)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/idle.rst
Misc/NEWS.d/next/IDLE/2018-11-05-20-43-08.bpo-35099.SVOZXC.rst [new file with mode: 0644]