##// END OF EJS Templates
py3: add __bool__ to every class defining __nonzero__...
py3: add __bool__ to every class defining __nonzero__ __nonzero__ was renamed to __bool__ in Python 3. This patch simply aliases __bool__ to __nonzero__ for every class implementing __nonzero__.

File last commit:

r16438:28a90cdf default
r31476:413b4400 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer