On 02.07.09 18:32, Jonas Meurer wrote:
> Hello,
>
> at preparing zope2.11.3 for debian, i came across several byte-compiling
> errors.
>
> three of them are due to the new tests for python2.5 and python2.6, and
> are just failing because python2.4 is the python version debian uses for
> zope2.11.
>
> but the last one seems to be a real bug:
>
> Compiling /usr/lib/zope2.11/lib/python/mechanize/_firefox3cookiejar.py ...
>   File "/usr/lib/zope2.11/lib/python/mechanize/_firefox3cookiejar.py", line 91
>     yield row
> SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause
>
> I also found this error in list archive logs of zope-te...@epy.co.at.
>
> from 'pydoc2.4 yield':
>
>   The yield statement is not allowed in the try clause of a try ...
>   finally construct. The difficulty is that there's no guarantee the
>   generator will ever be resumed, hence no guarantee that the finally
>   block will ever get executed.
>
> is this a known bug, 
no - please file a bug report


> and does a fix exist?
Unlikely - and I don't think that this issue is of relevance.

Andreas
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to