Mark Dickinson <[email protected]> added the comment: Rejecting this due to:
- no activity for almost 4 years - lack of positive responses Also, I'm -1 on this change: for me, a "x << n" that silently becomes "x >> -n" when n is negative would cause more harm than good. In most of my uses, left and right shift for integers are quite different beasts: a left shift represents an exact multiplication by a power of 2, while a right shift loses information. ---------- resolution: -> rejected status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue1205239> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
