palt(0b0111111111111111) print(palt()) |
This prints "true". Isn't it supposed to print the bitfield?
On the other hand print(0b0111111111111111) prints 32767
Just so you know this person isn't running a stale executable, I just tested it and this is still returning true in 0.2.0c.
Did you accidentally revert the fix you meant to put in 0.2.0b?
[Please log in to post a comment]