[Zope-dev] Release schedule for Zope 2.12.0 final

2009-07-10 Thread Andreas Jung
Hi there, here is my plan for the final release of Zope 2.12.0 final: Beta 3: July 14th RC 1: August 6th Final: September 4th @Jim: can we expect having ZODB 3.9.0 final until then? Andreas begin:vcard fn:Andreas Jung n:Jung;Andreas org:ZOPYX Ltd. Co. KG adr;quoted-printable:;;Charlottenstr.

Re: [Zope-dev] utilities and python version in zope2.12

2009-07-10 Thread Jonas Meurer
Hello again, On 07/07/2009 Andreas Jung wrote: As Tres already pointed out: the *relevant* scripts are registered using entry points afaik and will use the right Python interpreter. Wrong references to old Python versions in src/AccessControl/securitySuite/regressionSecurity.py

Re: [Zope-dev] SVN: Zope/branches/2.12/ Correctly handle unauthorized exceptions in the ZPublisherExceptionHook.

2009-07-10 Thread Hanno Schlichting
Hi. I'm not sure how exactly to approach this. The code in the ZPublisherExceptionHook reads: def __call__(self, published, REQUEST, t, v, traceback): try: if isinstance(t, StringType): if t.lower() in ('unauthorized', 'redirect'): raise else: