bpo-33906: Rename idlelib.windows as window (#7833)

Match Window on the main menu and remove last plural module name.
Change imports, test, and attribute references to match new name.
This commit is contained in:
Terry Jan Reedy 2018-06-20 21:25:59 -04:00 committed by GitHub
parent 87a927325e
commit a361e89d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 22 deletions

View file

@ -255,9 +255,9 @@ class IdleConfTest(unittest.TestCase):
with self.assertRaises(FileNotFoundError):
conf.GetUserCfgDir()
@unittest.skipIf(not sys.platform.startswith('win'), 'this is test for windows system')
@unittest.skipIf(not sys.platform.startswith('win'), 'this is test for Windows system')
def test_get_user_cfg_dir_windows(self):
"Test to get user config directory under windows"
"Test to get user config directory under Windows"
conf = self.new_config(_utest=True)
# Check normal way should success