Closed u8sand closed 9 years ago
Old version didn't seem to work with the not keyword: (not ynbool(False) == False) == True
Thanks.
The __nonzero__ is not even necessary here since it's only used in python 2 and this thing is not supporting python 2 anyway.
__nonzero__
Old version didn't seem to work with the not keyword: (not ynbool(False) == False) == True