[ZODB-Dev] Python 3 support for relstorage

2014-09-07 Thread Antti Haapala
Hi all, Recently I wanted to have relstorage on Python 3, so I made a fork at http://github.com/ztane/relstorage, and tried to make it polyglot with minimal changes. I did not even use six as I didn't want any extra imports (I just realized later that ZODB was using it), just wrote a single

[ZODB-Dev] Python 3

2008-12-05 Thread Adam
Hi all, Is there a roadmap for getting ZODB to work on Python 3 or is that beyond the realms of possibility? Possibly, using a Python 2 ZEO server and connecting using a Python 3 ClientStorage? Many thanks, Adam ___ For more information about ZODB,

Re: [ZODB-Dev] Python 3

2008-12-05 Thread Andreas Jung
On 05.12.2008 17:15 Uhr, Adam wrote: Hi all, Is there a roadmap for getting ZODB to work on Python 3 or is that beyond the realms of possibility? Possibly, using a Python 2 ZEO server and connecting using a Python 3 ClientStorage? The general goal in the Zope world right now is to support

Re: [ZODB-Dev] Python 3

2008-12-05 Thread Fred Drake
On Fri, Dec 5, 2008 at 11:15 AM, Adam [EMAIL PROTECTED] wrote: Is there a roadmap for getting ZODB to work on Python 3 or is that beyond the realms of possibility? Possibly, using a Python 2 ZEO server and connecting using a Python 3 ClientStorage? I can't speak for Jim, but here's my

Re: [ZODB-Dev] Python 3

2008-12-05 Thread Jim Fulton
On Dec 5, 2008, at 11:22 AM, Fred Drake wrote: On Fri, Dec 5, 2008 at 11:15 AM, Adam [EMAIL PROTECTED] wrote: Is there a roadmap for getting ZODB to work on Python 3 or is that beyond the realms of possibility? Possibly, using a Python 2 ZEO server and connecting using a Python 3

Re: [ZODB-Dev] Python 3

2008-12-05 Thread Jim Fulton
On Dec 5, 2008, at 11:15 AM, Adam wrote: Hi all, Is there a roadmap for getting ZODB to work on Python 3 No. or is that beyond the realms of possibility? I'm sure it's possible. I think it will be rather hard and there are much much ... much higher priorities, at least for