#!/usr/bin/env python
from datetime import date
def todo(what): print(what)
while True: # Yes, infinite feeling todo('Don\'t search in [LP](https://launchpad.net/+search?field.text=bugs+14.04&field.actions.search=Search). Search in Google by [_Ubuntu Trusty bugs_](https://launchpad.net/ubuntu/trusty/+bugs) and not by [_Ubuntu 14.04 bugs_](https://launchpad.net/ubuntu/+milestone/ubuntu-14.04)') todo('Just click in [_Report a bug_](https://launchpad.net/ubuntu/trusty/+bugs)') todo('Read an [awesome page](https://help.ubuntu.com/community/ReportingBugs) over 4.000 words about how to fill bugs') if date.today() == date([2014, 04, 17](https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule)): # It was not really infinite :) todo('``Do something else!') break
I'm sorry, but it is frustrating not being able to help by an infinite loop :)