mirror of https://github.com/python/cpython
merge with 3.3
This commit is contained in:
commit
8850664d26
2
.hgtags
2
.hgtags
|
@ -108,4 +108,4 @@ e15c554cd43eb23bc0a528a4e8741da9bbec9607 v3.3.0b1
|
|||
8bb5c7bc46ba43804480f3e328e1fa956672c885 v3.3.0rc1
|
||||
88a0792e8ba3e4916b24c7e7a522c277d326d66e v3.3.0rc2
|
||||
c191d21cefafb3832c45570e84854e309aa62eaa v3.3.0rc3
|
||||
de6b91d9711329b32e6fd0a3495cc31ff5009625 v3.3.0
|
||||
bd8afb90ebf28ba4edc901d4a235f75e7bbc79fd v3.3.0
|
||||
|
|
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue