[Python-checkins] cpython (3.4): adjust for py3k module renaming

benjamin.peterson python-checkins at python.org
Mon Feb 2 20:22:29 CET 2015


https://hg.python.org/cpython/rev/dc699f150fd3
changeset:   94469:dc699f150fd3
branch:      3.4
parent:      94467:70966f32793d
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Feb 02 14:22:13 2015 -0500
summary:
  adjust for py3k module renaming

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