Re: [Zope-dev] Python 2.6: 'with' in Interfaces

2008-10-08 Thread Philipp von Weitershausen
Marius Gedminas wrote: > On Wed, Oct 08, 2008 at 12:35:39AM -0300, Sidnei da Silva wrote: >> Trying to run some tests with Python 2.6 I stumbled on a problem that >> I need help with: an interface that has an attribute named 'with'. >> >> The interface in question is defined in zope.app.component.b

Re: [Zope-dev] Python 2.6: 'with' in Interfaces

2008-10-07 Thread Marius Gedminas
On Wed, Oct 08, 2008 at 12:35:39AM -0300, Sidnei da Silva wrote: > Trying to run some tests with Python 2.6 I stumbled on a problem that > I need help with: an interface that has an attribute named 'with'. > > The interface in question is defined in zope.app.component.back35: > > class IAdapterRe

[Zope-dev] Python 2.6: 'with' in Interfaces

2008-10-07 Thread Sidnei da Silva
Trying to run some tests with Python 2.6 I stumbled on a problem that I need help with: an interface that has an attribute named 'with'. The interface in question is defined in zope.app.component.back35: class IAdapterRegistration(IComponentRegistration): ... with = schema.Tuple( titl

[Zope-dev] Python 2.6

2008-09-22 Thread Tim Cook
Now that ZCA is working with Python 2.5 on 32 and 64 bit platforms (thanks guys!) Is there a plan being formulated to address all the deprecation warnings about 'with' becoming a reserved word in Python2.6? Thanks, --Tim ___ Zope-Dev maillist - Z