[issue11967] Left shift and Right shift for floats

Mark Dickinson report at bugs.python.org
Sun May 1 19:25:30 CEST 2011


Mark Dickinson <dickinsm at gmail.com> added the comment:

Would you want x >> 2 to be equivalent to x / 4.0 or x // 4.0?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11967>
_______________________________________


More information about the Python-bugs-list mailing list