[Zope3-checkins] CVS: Zope3/src/zope/publisher/interfaces - http.py:1.8

Jim Fulton jim@zope.com
Fri, 28 Feb 2003 17:56:03 -0500


Update of /cvs-repository/Zope3/src/zope/publisher/interfaces
In directory cvs.zope.org:/tmp/cvs-serv32041

Modified Files:
	http.py 
Log Message:
Changed documentation for headers attr to say it doesn't support
iteration.


=== Zope3/src/zope/publisher/interfaces/http.py 1.7 => 1.8 ===
--- Zope3/src/zope/publisher/interfaces/http.py:1.7	Fri Feb 28 09:21:26 2003
+++ Zope3/src/zope/publisher/interfaces/http.py	Fri Feb 28 17:56:03 2003
@@ -130,6 +130,7 @@
         """Request header data
 
         This is a read-only mapping from variable name to value.
+        It does *not* support iteration.
         """)
 
     URL = Attribute(