-
由 Frederic Bastien 提交于
BEHAVIOR FIX: flag of type bool WAS taking the value false for the empty string and true for everything else. Now we only accept string False, false and 0 as false and True, true and 1 as true.
f257eea2
BEHAVIOR FIX: flag of type bool WAS taking the value false for the empty string and true for everything else. Now we only accept string False, false and 0 as false and True, true and 1 as true.