2010/5/7 Frank Niessink <[email protected]>: > 2010/5/7 Jérôme Laheurte <[email protected]>: >> Just tried it and found two issues: >> >> * If a task has no start date, it gets one (the date and time the file >> is opened), because of the special meaning for None in the constructor. >> We need a special value meaning "no actual date" instead of "figure it >> out"... > > I suppose the default value in Task.__init__ should be "no actual > date" and then the NewTaskCommand can pass it the date.Now() value for > startDate.
Done. Cheers, Frank
