[Zope-CVS] CVS: Products/ExternalEditor - zopeedit.py:1.8
Casey Duncan
casey@zope.com
Thu, 6 Jun 2002 15:04:20 -0400
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv576
Modified Files:
zopeedit.py
Log Message:
Removed debugging experiment code
=== Products/ExternalEditor/zopeedit.py 1.7 => 1.8 ===
if self.metadata.get('cookie'):
- h.putheader("Cookie", self.metadata['cookie']+'\n')
+ h.putheader("Cookie", self.metadata['cookie'])
h.endheaders()
h.send(body)