diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-06 02:35:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 02:35:51 (GMT) |
commit | 927a113ae2be33a9dd929569930f28948aa5c965 (patch) | |
tree | ab1c2b754dcccb374458015b61ef696c70bd9d28 /Misc/NEWS.d | |
parent | 47a940e83b2482d17c92deebf6b7c9be8cec979d (diff) | |
download | cpython-927a113ae2be33a9dd929569930f28948aa5c965.zip cpython-927a113ae2be33a9dd929569930f28948aa5c965.tar.gz cpython-927a113ae2be33a9dd929569930f28948aa5c965.tar.bz2 |
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-11-05-20-43-08.bpo-35099.SVOZXC.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-11-05-20-43-08.bpo-35099.SVOZXC.rst b/Misc/NEWS.d/next/IDLE/2018-11-05-20-43-08.bpo-35099.SVOZXC.rst new file mode 100644 index 0000000..1459f20 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-11-05-20-43-08.bpo-35099.SVOZXC.rst @@ -0,0 +1,3 @@ +Improve the doc about IDLE running user code. The section is renamed from +"IDLE -- console differences" is renamed "Running user code". +It mostly covers the implications of using custom sys.stdxxx objects. |