Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14929 closed (fixed)

Move doc-comment for gzip decorator

Reported by: Adam Vandenberg Owned by: nobody
Component: HTTP handling Version: dev
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

Move doc-comment for gzip decorator from module down to the actual method.

Attachments (1)

gzip-move-doc.diff (528 bytes ) - added by Adam Vandenberg 13 years ago.

Download all attachments as: .zip

Change History (4)

by Adam Vandenberg, 13 years ago

Attachment: gzip-move-doc.diff added

comment:1 by Claude Paroz, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Andrew Godwin, 13 years ago

Resolution: fixed
Status: newclosed

(In [15161]) Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv.

comment:3 by Andrew Godwin, 13 years ago

(In [15162]) [1.2.X] Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv.

Backport of [15161] from trunk

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