diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-02 19:22:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-02 19:22:19 (GMT) |
commit | bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6 (patch) | |
tree | 4418bba5e0cdf2eec688c8c61a4b9ba1772ae8e4 /Lib | |
parent | 5e69419ee4235f42a32b26dc3342ca8ab76bfb95 (diff) | |
parent | f5f9c13551ca6c4594e69981e162198ae73f3a1d (diff) | |
download | cpython-bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6.zip cpython-bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6.tar.gz cpython-bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6.tar.bz2 |
merge 3.4
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_sys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 5c2f347..ed6b47d 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -539,7 +539,7 @@ class SysModuleTest(unittest.TestCase): test.support.get_attribute(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): sys._clear_type_cache() |