# HG changeset patch # User Zhaofeng Li hello@zhaofeng.li # Date 1549691138 28800 # Fri Feb 08 21:45:38 2019 -0800 # Branch py3 # Node ID 838216796b5a7e014674af9b16751cec87fb73e9 # Parent 7d5cf3c3432794c5ea4b1d1d2cc65d6038d3a73b [py3] bitwise.py: Python 3-ize
Note that I've been using issue #495 to track all pure python3 conversions, as that is the earliest related issue I could find. I'll add it to your patches.
Also, this patch breaks the settings tests on uvb5 on python2, and I want to try to keep all of those working as much as possible as that is one of the indicators of when we'll be safe to merge with the main branch.
Ah, it's because a lot of places still need the __div__ you removed, especially py2. I'll add it back in and make it work like __floordiv__.
--Dan