Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#763 closed defect (fixed)

[patch] fix for 'file' cache

Reported by: eugene@… Owned by: Jacob
Component: Core (Cache system) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

os.remove() blows with OSError, which was not caught.

Attachments (1)

django.cache.patch (405 bytes ) - added by eugene@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by eugene@…, 18 years ago

Attachment: django.cache.patch added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1158]) Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, Eugene

Note: See TracTickets for help on using tickets.
Back to Top