From: Ian B. <ia...@co...> - 2004-11-17 18:08:27
|
Oleg Broytmann wrote: > cache.py:48-49: > > def tryGet(self, id): > return self.cache.get(id) > > There is no self.cache, because self.doCache is False. I don't know what > to return. None? Yes, None would be best. Well... actually it was also not paying attention to expiredCache, which it should have. I've applied fixes for this and allIDs -- Ian Bicking / ia...@co... / http://blog.ianbicking.org |