Re: Python3 and LDAP

2009-09-24 Thread David Leonard
Yes, I think so. I outlined a plan somewhere.. The big compatibility problem is that where you once used Python2.x's strings ("str") to pass binary data, you would now have to use Python3's "bytes". And, other places where you would pass strings (like for attribute names) you might now have

Re: Python3 and LDAP

2009-09-10 Thread Bruno Aguirre
My hability to code a Python module is limited. But im glad to give a hand. Looking in the list i saw that someone said that the actual Python-ldap can be build for Python 3 modifying some lines. Is this possible? Aré there alternatives? 2009/9/9 Michael Ströder mich...@stroeder.com Bruno

Re: Python3 and LDAP

2009-09-09 Thread Michael Ströder
Bruno Aguirre wrote: Hi to all, I'd like to know if there's a version (alpha, beta or stable) to use ldap in python 3. There are still some things to consider. Please dig the mailing list's archive for some discussion. Would you personally be willing to put some effort into the C extension