Commit a1631b33 authored by Georg Brandl's avatar Georg Brandl

#9019: remove false (in 3k) claim about Headers updates.

parent b2566cfb
...@@ -187,9 +187,7 @@ manipulation of WSGI response headers using a mapping-like interface. ...@@ -187,9 +187,7 @@ manipulation of WSGI response headers using a mapping-like interface.
.. class:: Headers(headers) .. class:: Headers(headers)
Create a mapping-like object wrapping *headers*, which must be a list of header Create a mapping-like object wrapping *headers*, which must be a list of header
name/value tuples as described in :pep:`333`. Any changes made to the new name/value tuples as described in :pep:`333`.
:class:`Headers` object will directly update the *headers* list it was created
with.
:class:`Headers` objects support typical mapping operations including :class:`Headers` objects support typical mapping operations including
:meth:`__getitem__`, :meth:`get`, :meth:`__setitem__`, :meth:`setdefault`, :meth:`__getitem__`, :meth:`get`, :meth:`__setitem__`, :meth:`setdefault`,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment