[pypy-dev] binascii.py in pure python

holger krekel hpk at trillke.net
Thu Nov 25 19:09:15 CET 2004


Hi Florian, 

[Florian Bauer Thu, Nov 25, 2004 at 04:53:33PM +0100]
> Hi there,
> 
> I checked the list of missing C modules on the wiki pages.
> I could contribute some code for binascii.py. 

nice. 

> Some time ago i started porting the C module to python.
> It's halfway done, but some functions are pretty usable and have some test coverage.
> Right now, I don't have time to download pypy and play with it, so I don't know if there are any issues with integrating my code. It would be best if I could develop and test the module on CPython.

that's just fine.  Actually it's faster <wink> to develop against CPython  and
not let the current PyPy interpret your application level code.  

cheers, 

    holger



More information about the Pypy-dev mailing list