Fix an interesting bug: if a feed hadn't changed for long enough that the v0.5
authorAdam Sampson <ats@offog.org>
Wed, 7 May 2003 01:08:21 +0000 (01:08 +0000)
committerAdam Sampson <ats@offog.org>
Wed, 7 May 2003 01:08:21 +0000 (01:08 +0000)
commit597b2454ec9cf6744e65bd96737b57849ead8179
tree17945c68c6e3aba50498822e22f5ea5825e686de
parent3e651bdc1a6e93113e02a20a93208684c865ec38
Fix an interesting bug: if a feed hadn't changed for long enough that the
articles from it had been expired, then when it *did* change those articles
would be shown again. The fix is to only do expiry on feeds that have received
some items this update. (Which also means that feeds that never update will
never expire, which is probably a desirable feature.)
rawdoglib/rawdog.py