Changeset 1798
- Timestamp:
- 10/28/07 13:37:50
- Files:
-
- trunk/cherrypy/lib/caching.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/caching.py
r1796 r1798 83 83 84 84 def delete(self): 85 self.cache.pop(self.key() )85 self.cache.pop(self.key(), None) 86 86 87 87

