mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
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:
parent
87a927325e
commit
a361e89d5a
8 changed files with 24 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue