bool was not a real type in Python <2.3 and had to be marshalled as a
authorMark Huang <mlhuang@cs.princeton.edu>
Sat, 10 Feb 2007 23:33:06 +0000 (23:33 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Sat, 10 Feb 2007 23:33:06 +0000 (23:33 +0000)
commit8e4c46d67eff0b0a1898d7262df2ebf62a48a7c4
tree6d8237d76c2ad7d1857a34076e81abec85ecec34
parentb428c6ae99d920a6d9f40228be5106398c3d5598
bool was not a real type in Python <2.3 and had to be marshalled as a
custom type in xmlrpclib. Make sure that bools serialize consistently.
source/BootAPI.py