summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-12-29 01:06:16 (GMT)
committerGitHub <noreply@github.com>2018-12-29 01:06:16 (GMT)
commit4bc246786f003cdf1fffb3403b4cd92fc42ba9ef (patch)
treeeeaa421e7c80b7e58a5b1cf0eef26d7807746b09 /Misc
parentc0381aaea4ad3e866bde70393c4f7efe9bcf3568 (diff)
downloadcpython-4bc246786f003cdf1fffb3403b4cd92fc42ba9ef.zip
cpython-4bc246786f003cdf1fffb3403b4cd92fc42ba9ef.tar.gz
cpython-4bc246786f003cdf1fffb3403b4cd92fc42ba9ef.tar.bz2
bpo-34055: Revert deletion of line in IDLE's PyShell (#11346)
The attribute is still used in other modules.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-12-28-17-16-33.bpo-34055.TmmpzR.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-12-28-17-16-33.bpo-34055.TmmpzR.rst b/Misc/NEWS.d/next/IDLE/2018-12-28-17-16-33.bpo-34055.TmmpzR.rst
new file mode 100644
index 0000000..7e475fb
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-12-28-17-16-33.bpo-34055.TmmpzR.rst
@@ -0,0 +1 @@
+Fix erroneous 'smart' indents and newlines in IDLE Shell.