#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)
Change History (4)
by , 14 years ago
Attachment: | gzip-move-doc.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [15161]) Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv.