Cory Wright <[EMAIL PROTECTED]> writes: > Out of curiosity, now that TMDA 1.1 requires Python 2.3, would'nt it > be more intuitive to use True/False instead of 1/0 for configuration > values? from Python's point of view they are the same, but it seems > more readable when the defaults (and documentation) use True/False.
I've thought about this too. I think it would be a good idea for those variables that have either an "on" or an "off" setting. There are some variables like PRIMARY_ADDRESS_MATCH which evaluate 0 and 1 as integers, and those shouldn't be changed of course. Do you want to make these changes to Defaults.py? _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
