Re: [Zope-dev] zope.testbrowser and python2.7

2010-10-15 Thread Jan-Jaap Driessen
On 15 October 2010 13:15, Jan-Jaap Driessen wrote: > On 15 October 2010 11:49, Marius Gedminas wrote: ... snip ... >>> Code relying on the 'x-zope-handle-errors' header will >>> break. I have tested this implementation against the ZTK trunk on >>> python2.7 and have found no breakage of this kind

Re: [Zope-dev] zope.testbrowser and python2.7

2010-10-15 Thread Jan-Jaap Driessen
On 15 October 2010 11:49, Marius Gedminas wrote: > On Thu, Oct 14, 2010 at 07:19:17PM +0200, Jan-Jaap Driessen wrote: >> The httplib.HTTPConnection API changed from python2.6 to python2.7. >> These changes are reflected in the handleErrors property of >> zope.testbrowser.browser.Browser - it is no

Re: [Zope-dev] zope.testbrowser and python2.7

2010-10-15 Thread Marius Gedminas
On Thu, Oct 14, 2010 at 07:19:17PM +0200, Jan-Jaap Driessen wrote: > The httplib.HTTPConnection API changed from python2.6 to python2.7. > These changes are reflected in the handleErrors property of > zope.testbrowser.browser.Browser - it is no longer possible to pass a > boolean into the request h

Re: [Zope-dev] zope.testbrowser and python2.7

2010-10-15 Thread Wolfgang Schnerring
Hello, * Jan-Jaap Driessen [2010-10-14 19:19]: > The httplib.HTTPConnection API changed from python2.6 to python2.7. > These changes are reflected in the handleErrors property of > zope.testbrowser.browser.Browser - it is no longer possible to pass a > boolean into the request headers. Thanks fo

[Zope-dev] zope.testbrowser and python2.7

2010-10-14 Thread Jan-Jaap Driessen
The httplib.HTTPConnection API changed from python2.6 to python2.7. These changes are reflected in the handleErrors property of zope.testbrowser.browser.Browser - it is no longer possible to pass a boolean into the request headers. A fix is available on the trunk of zope.testbrowser [1]. In this im