Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1203 closed defect (fixed)

[patch] Typos in cache.py

Reported by: eugene@… 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:

  1. In comments.
  2. raise is used instead of pass.

The latter can blow up a web site, if there is a problem with /tmp.

Attachments (1)

django.cache3.patch (830 bytes ) - added by eugene@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by eugene@…, 18 years ago

Attachment: django.cache3.patch added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1922]) Fixed #1203 -- Fixed two typos in cache.py. Thanks, Eugene

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