#1203 closed defect (fixed)
[patch] Typos in cache.py
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Core (Cache system) | Version: | |
| Severity: | trivial | 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
The following patch fixes two typos:
- In comments.
raiseis used instead ofpass.
The latter can blow up a web site, if there is a problem with /tmp.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | django.cache3.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1922]) Fixed #1203 -- Fixed two typos in cache.py. Thanks, Eugene