Comment 1 for bug 595124

Revision history for this message
Brian Murray (brian-murray) wrote : Re: Launchpad's can_expire not being reset when comments added.

bug = launchpad.bugs[203251]
In [3]: bug.can_expire
Out[3]: True
In [4]: bug.date_last_updated
Out[4]: datetime.datetime(2010, 6, 15, 21, 53, 48, 256877, tzinfo=TimeZone(0))

I wonder how often the can_expire attribute of a bug report is updated.