summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/window.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35660: Fix imports in idlelib.window (#11434)Cheryl Sabella2019-01-061-1/+2
| | | | | | | | | | * 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.
* bpo-33906: Rename idlelib.windows as window (#7833)Terry Jan Reedy2018-06-211-0/+97
Match Window on the main menu and remove last plural module name. Change imports, test, and attribute references to match new name.