[summerofcode] stdlib port to python
Ian Bicking
ianb at colorstudy.com
Sun Jun 5 09:15:33 CEST 2005
Narayan Newton wrote:
> I read that idea as porting the modules in the Python Standard Lib that
> are coded in C to straight python. Maybe I am wrong, but that would seem
> to make more sense then porting over stdlib.h.
That's right. There's several modules, like I believe the sets module
and datetime, that don't have Python versions (or those versions are not
fully up to date with the C versions). Porting these to Python is a
request I've frequently heard from people involved in Jython, PyPy, and
IronPython, when they are asked what someone can do to help the project.
I put it on the list, but I just did so because I know this is something
other people have asked for.
--
Ian Bicking / ianb at colorstudy.com / http://blog.ianbicking.org
More information about the summerofcode
mailing list