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
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',
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