]> 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:56:28 +0000 (22:56 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 05:56:28 +0000 (22:56 -0700)
commitf3f0c7a108cd2a5071592e77e2f4b14ca35d4fcc
tree474de4bb449a35244f44fe9eef89247586434126
parent0687bdf5def13ddca09e854113c0eac0772afea0
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