#763 closed defect (fixed)
[patch] fix for 'file' cache
| Reported by: | 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)
Change History (2)
by , 20 years ago
| Attachment: | django.cache.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1158]) Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, Eugene