Opened 13 years ago

Closed 13 years ago

#15650 closed (invalid)

HttpResponse.items() should return _headers.items()

Reported by: funkycoder@… Owned by: nobody
Component: HTTP handling Version: dev
Severity: 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

Currently django.http.HttpResponse.items() returns a list of the header's values. This is useless and counterintuitive.
items() should return the underlying dictionary's items(), not its values().

Attachments (1)

httpresponse-items.patch (452 bytes ) - added by funkycoder@… 13 years ago.

Download all attachments as: .zip

Change History (2)

by funkycoder@…, 13 years ago

Attachment: httpresponse-items.patch added

comment:1 by anonymous, 13 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top