[Python-checkins] cpython (merge 3.4 -> default): merge 3.4
benjamin.peterson
python-checkins at python.org
Mon Feb 2 20:22:29 CET 2015
https://hg.python.org/cpython/rev/298f56ee74f4
changeset: 94470:298f56ee74f4
parent: 94468:c670249c7956
parent: 94469:dc699f150fd3
user: Benjamin Peterson <benjamin at python.org>
date: Mon Feb 02 14:22:19 2015 -0500
summary:
merge 3.4
files:
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
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -539,7 +539,7 @@
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()
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list