]> granicus.if.org Git - python/commitdiff
Fix test_sys.test_implementation for final releases. v3.3.0
authorGeorg Brandl <georg@python.org>
Sat, 29 Sep 2012 07:44:17 +0000 (09:44 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 29 Sep 2012 07:44:17 +0000 (09:44 +0200)
Lib/test/test_sys.py

index 2920a2935f24fd2d858ad47c78dc9cf11cbaa729..6e0c6eef31967347477e436526f814f89d36ab89 100644 (file)
@@ -585,7 +585,7 @@ class SysModuleTest(unittest.TestCase):
     def test_implementation(self):
         # This test applies to all implementations equally.
 
-        levels = {'alpha': 0xA, 'beta': 0xB, 'candidate': 0xC, 'release': 0xF}
+        levels = {'alpha': 0xA, 'beta': 0xB, 'candidate': 0xC, 'final': 0xF}
 
         self.assertTrue(hasattr(sys.implementation, 'name'))
         self.assertTrue(hasattr(sys.implementation, 'version'))