Antoine Pitrou <[email protected]> added the comment: > On the feature request itself, I have to say that I'm unconvinced. > Doing x % (2**32) seems good enough to me, in situations where you > don't need the bounds checking.
Ah, I didn't know that modulo worked for that. Nice trick. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13535> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
