summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-06-08 05:21:15 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-06-08 05:21:15 (GMT)
commit041272b657867f5bec925b19aabf23944125d49b (patch)
tree37076943947e50fa8d30193e208b94d12a2cfa59 /Misc/NEWS.d
parent4aa3006619392438b0775a2f488bbe9e7a22c468 (diff)
downloadcpython-041272b657867f5bec925b19aabf23944125d49b.zip
cpython-041272b657867f5bec925b19aabf23944125d49b.tar.gz
cpython-041272b657867f5bec925b19aabf23944125d49b.tar.bz2
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-06-04-19-23-11.bpo-33768.I_2qpV.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-04-19-23-11.bpo-33768.I_2qpV.rst b/Misc/NEWS.d/next/IDLE/2018-06-04-19-23-11.bpo-33768.I_2qpV.rst
new file mode 100644
index 0000000..689aede
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-06-04-19-23-11.bpo-33768.I_2qpV.rst
@@ -0,0 +1 @@
+Clicking on a context line moves that line to the top of the editor window.