Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14737 closed (fixed)

Move doc comment for "cache_page" to function.

Reported by: Adam Vandenberg Owned by: nobody
Component: Core (Cache system) Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The doc comment for "cache_page" was hanging out at the top of the module, instead of the targeted function.

This patch moves the doc comment down to the function.

Attachments (1)

move-cache-doc-comment.diff (1.6 KB ) - added by Adam Vandenberg 13 years ago.

Download all attachments as: .zip

Change History (5)

by Adam Vandenberg, 13 years ago

Attachment: move-cache-doc-comment.diff added

comment:1 by Gabriel Hurley, 13 years ago

milestone: 1.3
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: newclosed

(In [14798]) Fixed #14737 -- Moved the docstring comment for the cache_page decorator so it gets picked up as a docstring. Thanks to adamv for the report and patch.

comment:3 by Russell Keith-Magee, 13 years ago

(In [14802]) [1.2.X] Fixed #14737 -- Moved the docstring comment for the cache_page decorator so it gets picked up as a docstring. Thanks to adamv for the report and patch.

Backport of r14798 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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