[Zope-Checkins] SVN: Zope/trunk/ Remove the lock around the cookie parsing code.

2011-10-13 Thread Martijn Pieters
Log message for revision 123088: Remove the lock around the cookie parsing code. The locking here was only ever needed for the old `regex` module that was originally used for this code, but that was replaced by the thread-safe `re` some 10 years ago (see r20110, april 2001). Changed:

[Zope-Checkins] SVN: Zope/trunk/ `setHeader('Set-Cookie', ...)` special-casing can die

2011-10-13 Thread Martijn Pieters
Log message for revision 123087: `setHeader('Set-Cookie', ...)` special-casing can die Use the cookie APIs or addHeader instead. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/ZPublisher/HTTPResponse.py -=- Modified: Zope/trunk/doc/CHANGES.rst ===