Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-11 | All languages now support Null except for python and php, python is proving | Mike Buland | |
slightly trickier. | |||
2012-05-29 | Apparently in python bools are ints, but ints aren't bools...this means that | Mike Buland | |
you have to test for bool before int or bools are converted to ints. This is fixed now, bools transfer correctly. |