mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
adjust for py3k module renaming
This commit is contained in:
parent
3356a2e2f0
commit
f5f9c13551
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ class SysModuleTest(unittest.TestCase):
|
||||||
test.support.get_attribute(sys, "getwindowsversion")
|
test.support.get_attribute(sys, "getwindowsversion")
|
||||||
self.assert_raise_on_new_sys_type(sys.getwindowsversion())
|
self.assert_raise_on_new_sys_type(sys.getwindowsversion())
|
||||||
|
|
||||||
@test.test_support.cpython_only
|
@test.support.cpython_only
|
||||||
def test_clear_type_cache(self):
|
def test_clear_type_cache(self):
|
||||||
sys._clear_type_cache()
|
sys._clear_type_cache()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue