Staging
v0.5.1
https://github.com/python/cpython
Revision c2f665e721e4e4629cc4a2c5eb6464c3dc7325e3 authored by Benjamin Peterson on 11 February 2014, 03:19:02 UTC, committed by Benjamin Peterson on 11 February 2014, 03:19:02 UTC
1 parent f0560d9
Raw File
Tip revision: c2f665e721e4e4629cc4a2c5eb6464c3dc7325e3 authored by Benjamin Peterson on 11 February 2014, 03:19:02 UTC
don't put runtime values in array initializer for C89 compliance (closes #20588)
Tip revision: c2f665e
test_integers.py
# superseded by test_numbers.py
import unittest

if __name__ == '__main__':
    unittest.main()
back to top