"Fred L. Drake, Jr." <fdrake@acm.org> writes: > Speaking of the boolean module... is there any reason not to change it > to use the built-in bool type under Python 2.3 and newer? Or just > replacing it with a Python module for 2.3? Sure - but can't that wait until Python 2.3 is released :-? Also, make sure not to use the Python 2.2 fallback... Regards, Martin