[issue9952] Martin Rinehart wants to stay in touch on LinkedIn
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-gejswd6s-6f/isd/1711537782/WJZqc_fZ/ -- files: unnamed messages: 117410 nosy: MartinRinehart priority: normal severity: normal status: open title: Martin Rinehart wants to stay in touch on LinkedIn Added file: http://bugs.python.org/file19023/unnamed ___ Python tracker <http://bugs.python.org/issue9952> ___ 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 https://www.linkedin.com/e/-3qcne3-gejswd6s-6f/isd/1711537782/WJZqc_fZ/EML-invg_59/";>Confirm that you know Martin © 2010, LinkedIn Corporation http://www.linkedin.com/emimp/-3qcne3-gejswd6s-6f.gif"; style="width:1px; height:1px;"/> ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1679] tokenizer permits invalid hex integer
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 0x == 0Thanks! ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1679] tokenizer permits invalid hex integer
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', 16 )", but didn't get one. -- components: Interpreter Core messages: 58943 nosy: MartinRinehart severity: normal status: open title: tokenizer permits invalid hex integer type: compile error versions: Python 2.6 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1679> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com