]> granicus.if.org Git - python/commitdiff
#9019: remove false (in 3k) claim about Headers updates.
authorGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 20:30:57 +0000 (20:30 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 20:30:57 +0000 (20:30 +0000)
Doc/library/wsgiref.rst

index 06672ae0cbebbdcc4adf09a312735857d26fbce4..64201623a3893fc63565fe5a76ca68f687d104c9 100644 (file)
@@ -187,9 +187,7 @@ manipulation of WSGI response headers using a mapping-like interface.
 .. class:: Headers(headers)
 
    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
-   :class:`Headers` object will directly update the *headers* list it was created
-   with.
+   name/value tuples as described in :pep:`333`.
 
    :class:`Headers` objects support typical mapping operations including
    :meth:`__getitem__`, :meth:`get`, :meth:`__setitem__`, :meth:`setdefault`,