Differences From Artifact [16f1766766]:
- File gluon/contrib/rss2.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 14669) [annotate] [blame] [check-ins using]
To Artifact [e94fb7221b]:
- File gluon/contrib/rss2.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 14670) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
582 583 584 585 586 587 588 589 | guid=Guid('http://www.web2py.com/'), pubDate=datetime.datetime(2007, 11, 14, 10, 30))]) return dumps(rss) if __name__ == '__main__': print test() | > | 582 583 584 585 586 587 588 589 590 | guid=Guid('http://www.web2py.com/'), pubDate=datetime.datetime(2007, 11, 14, 10, 30))]) return dumps(rss) if __name__ == '__main__': print test() |