[issue9952] Martin Rinehart wants to stay in touch on LinkedIn

2010-09-26 Thread Martin Rinehart
New submission from Martin Rinehart : LinkedIn I'd like to add you to my professional network on LinkedIn. - Martin Rinehart Martin Rinehart Student at Strayer Online Greater New York City Area Confirm that you know Martin Rinehart https://www.linkedin.com/e/-3qcne3-gejswd

[issue1679] tokenizer permits invalid hex integer

2007-12-21 Thread Martin Rinehart
New submission from Martin Rinehart: The tokenizer accepts '0x' as an integer zero. The documentation says: hexinteger ::= 0x|Xhexdigit+ Stumbled on this testing a tokenizer I wrote in Python for another language. Expected an Error on "int( '0x',

[issue1679] tokenizer permits invalid hex integer

2008-01-22 Thread Martin Rinehart
Martin Rinehart added the comment: re 0x == 0 Thanks! Added file: http://bugs.python.org/file9268/unnamed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1679> __re 0