This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tgeorgiev
Recipients giampaolo.rodola, tgeorgiev
Date 2011-01-10.11:03:20
SpamBayes Score 0.03501775
Marked as misclassified No
Message-id <1294657405.23.0.667152627049.issue10878@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I forgot to mention - I have already tried to return False, but there was no difference.

def readable(self):
        if time.time() >= self.timeout:
            self.close()
            return False
         else:
            return True
History
Date User Action Args
2011-01-10 11:03:25tgeorgievsetrecipients: + tgeorgiev, giampaolo.rodola
2011-01-10 11:03:25tgeorgievsetmessageid: <1294657405.23.0.667152627049.issue10878@psf.upfronthosting.co.za>
2011-01-10 11:03:20tgeorgievlinkissue10878 messages
2011-01-10 11:03:20tgeorgievcreate