sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

boolean operation broken since r264 #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in console:
print( True and False )

reports:
True
<done in 128 ms>

funtion bool() declared twice in py_classes.js,
second declaration at line 899 is empty "function bool(){}"

Original issue reported on code.google.com by pedro.ro...@gmail.com on 29 Dec 2012 at 1:29

GoogleCodeExporter commented 9 years ago
Thanks, it's fixed in the latest revision

Original comment by pierre.q...@gmail.com on 30 Dec 2012 at 8:39