Jordan added the comment: >1.< is lexed as a float constant
>>> 1. 1.0 >>> 1.0.__add__(2) 3.0 >>> 1 .__add__(2) 3 Not sure how to procede ---------- nosy: +jordan _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22948> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com