]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27115: Move IDLE Query error blanking (GH-18868)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Mar 2020 05:54:31 +0000 (22:54 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 05:54:31 +0000 (22:54 -0700)
commit9d5ed8355d4cb73ab13fa6094c9ab57798dff3be
tree92cf289972ae2d6e7685a465b9c494cde83a6051
parentf9684d222effff0950c1ce206873a9c66dfd30ed
bpo-27115: Move IDLE Query error blanking (GH-18868)

Move required blanking of error text to non-overridden entry_ok().
(Omit news item.)
(cherry picked from commit e53a3932cb01683b0fa8a7448ca25a2e658c39e6)

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