summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-02 19:22:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-02-02 19:22:19 (GMT)
commitbcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6 (patch)
tree4418bba5e0cdf2eec688c8c61a4b9ba1772ae8e4 /Lib
parent5e69419ee4235f42a32b26dc3342ca8ab76bfb95 (diff)
parentf5f9c13551ca6c4594e69981e162198ae73f3a1d (diff)
downloadcpython-bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6.zip
cpython-bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6.tar.gz
cpython-bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6.tar.bz2
merge 3.4
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_sys.py2
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()