]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35660: Fix imports in idlelib.window (GH-11434)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 6 Jan 2019 21:13:30 +0000 (13:13 -0800)
committerGitHub <noreply@github.com>
Sun, 6 Jan 2019 21:13:30 +0000 (13:13 -0800)
commitbe37dbff1ce3fa2ddd9115352b31ac0f6b44c193
tree826bd60820a3fc989aadee0c2e7644efc4da861e
parent902196d867a34cc154fa9c861c883e69232251c6
bpo-35660: Fix imports in idlelib.window (GH-11434)

* bpo-35660: IDLE: Remove * import from window.py

* sys was being imported through the *, so also added an import sys.

* Update 2019-01-04-19-14-29.bpo-35660.hMxI7N.rst

Anyone who wants details can check the issue, where I added the point about the sys import bug.
(cherry picked from commit 11303dd6035a7d7f78025ce5a3e3b9bdf7380c9a)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/window.py
Misc/NEWS.d/next/IDLE/2019-01-04-19-14-29.bpo-35660.hMxI7N.rst [new file with mode: 0644]