Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-05-07 Thread Brian Sutherland
On Fri, May 04, 2012 at 07:50:57PM -0400, Tres Seaver wrote: > On 04/26/2012 02:34 PM, Tres Seaver wrote: > > On 04/26/2012 01:50 PM, Brian Sutherland wrote: > >> On Thu, Apr 26, 2012 at 12:06:13PM -0400, Tres Seaver wrote: On > >> 04/26/2012 04:39 AM, Brian Sutherland wrote: > > On Thu, Apr 1

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-05-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/26/2012 02:34 PM, Tres Seaver wrote: > On 04/26/2012 01:50 PM, Brian Sutherland wrote: >> On Thu, Apr 26, 2012 at 12:06:13PM -0400, Tres Seaver wrote: On >> 04/26/2012 04:39 AM, Brian Sutherland wrote: > On Thu, Apr 12, 2012 at 07:37:46PM -0

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/26/2012 01:50 PM, Brian Sutherland wrote: > On Thu, Apr 26, 2012 at 12:06:13PM -0400, Tres Seaver wrote: On > 04/26/2012 04:39 AM, Brian Sutherland wrote: On Thu, Apr 12, 2012 at 07:37:46PM -0400, Tres Seaver wrote: > Also, do your branc

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-26 Thread Brian Sutherland
On Thu, Apr 26, 2012 at 12:06:13PM -0400, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/26/2012 04:39 AM, Brian Sutherland wrote: > > On Thu, Apr 12, 2012 at 07:37:46PM -0400, Tres Seaver wrote: > >> Also, do your branches still pass tests on 3.2.x? I'm sort of ke

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/26/2012 04:39 AM, Brian Sutherland wrote: > On Thu, Apr 12, 2012 at 07:37:46PM -0400, Tres Seaver wrote: >> Also, do your branches still pass tests on 3.2.x? I'm sort of keen >> to see both zope.schema and zope.configuration join the "2to3-free"

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-26 Thread Brian Sutherland
On Thu, Apr 12, 2012 at 07:37:46PM -0400, Tres Seaver wrote: > Also, do your branches still pass tests on 3.2.x? I'm sort of keen to > see both zope.schema and zope.configuration join the "2to3-free" camp > with zope.event, zope.interface, zope.i18nmessageid, and zope.exceptions > (yes, zope.confi

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-13 Thread Brian Sutherland
On Thu, Apr 12, 2012 at 07:37:46PM -0400, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/11/2012 03:57 AM, Brian Sutherland wrote: > > Hi, > > > > I'd like to merge 2 branches which get zope.configuration's tests > > running on Python 3.3. Here is an overview (wit

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-13 Thread Jim Fulton
On Thu, Apr 12, 2012 at 7:37 PM, Tres Seaver wrote: ... > How deep is the six dependency?  For every package I've ported to date, > it has ended up being more sensible to implement a local '_compat' module > which had only the needed straddles (sometimes inspired by six, sometimes > very localized

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-13 Thread Lennart Regebro
On Fri, Apr 13, 2012 at 01:37, Tres Seaver wrote: > How deep is the six dependency?  For every package I've ported to date, > it has ended up being more sensible to implement a local '_compat' module > which had only the needed straddles (sometimes inspired by six, sometimes > very localized). Yo

Re: [Zope-dev] Python 3.3 port of zope.configuration

2012-04-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/11/2012 03:57 AM, Brian Sutherland wrote: > Hi, > > I'd like to merge 2 branches which get zope.configuration's tests > running on Python 3.3. Here is an overview (with patches attached): > > zope.schema: > > * > svn+ssh://svn.zope.org/repos/