Files
cpython/Parser
Eric Smith 9ff19b5434 Finished backporting PEP 3127, Integer Literal Support and Syntax.
Added 0b and 0o literals to tokenizer.
Modified PyOS_strtoul to support 0b and 0o inputs.
Modified PyLong_FromString to support guessing 0b and 0o inputs.
Renamed test_hexoct.py to test_int_literal.py and added binary tests.
Added upper and lower case 0b, 0O, and 0X tests to test_int_literal.py
2008-03-17 17:32:20 +00:00
..
2006-08-13 18:13:36 +00:00
2005-10-20 19:59:25 +00:00
2006-06-06 17:10:41 +00:00
2008-01-18 07:45:30 +00:00
2008-01-07 18:41:34 +00:00