]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35770: Fix off-by-1 error. (GH-11618)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Jan 2019 22:23:51 +0000 (14:23 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Jan 2019 22:23:51 +0000 (14:23 -0800)
commit47290e7642dd41d94437dd0e2c0f6bfceb0281b5
tree006ab5e7b2c01ee70a67c34f566d9d60605122ed
parenta01e23559fd77083a2c6c59692b70d7896e5f59a
bpo-35770: Fix off-by-1 error. (GH-11618)

(cherry picked from commit 2cf1ddaff4c869780d9e796b21ef3e506f8ad321)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/macosx.py