Opened 19 years ago

Closed 19 years ago

#567 closed defect (fixed)

request.has_key

Reported by: wojtek3@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It would be neat to have that method and I'm probably not the only one who thinks so. Patch attached.

Attachments (1)

has_key_request.patch (438 bytes ) - added by wojtek3@… 19 years ago.
Patch for requestwrappers to add has_key to request

Download all attachments as: .zip

Change History (2)

by wojtek3@…, 19 years ago

Attachment: has_key_request.patch added

Patch for requestwrappers to add has_key to request

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [711]) Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@…

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