summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2019-08-14 17:06:06 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-08-14 17:06:06 (GMT)
commit71662dc2f12a7e77e5e1dfe64ec87c1b459c3f59 (patch)
treea84424e814ae1ede7053dc1d9b21c7bdd1ac3e4d /Misc
parent4fa10dde40356d7c71e5524233bafc221d9e2deb (diff)
downloadcpython-71662dc2f12a7e77e5e1dfe64ec87c1b459c3f59.zip
cpython-71662dc2f12a7e77e5e1dfe64ec87c1b459c3f59.tar.gz
cpython-71662dc2f12a7e77e5e1dfe64ec87c1b459c3f59.tar.bz2
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-08-14-09-43-15.bpo-37849.-bcYF3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-08-14-09-43-15.bpo-37849.-bcYF3.rst b/Misc/NEWS.d/next/IDLE/2019-08-14-09-43-15.bpo-37849.-bcYF3.rst
new file mode 100644
index 0000000..9f700d9
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-08-14-09-43-15.bpo-37849.-bcYF3.rst
@@ -0,0 +1,2 @@
+Fixed completions list appearing too high or low when shown above
+the current line.