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.
bug = launchpad. bugs[203251] last_updated datetime( 2010, 6, 15, 21, 53, 48, 256877, tzinfo=TimeZone(0))
In [3]: bug.can_expire
Out[3]: True
In [4]: bug.date_
Out[4]: datetime.
I wonder how often the can_expire attribute of a bug report is updated.