![](https://secure.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd.jpg?s=120&d=mm&r=g)
Nov. 28, 2008
3:16 p.m.
Maciej Fijalkowski wrote:
Or in pypy/lib ...
you can implement it using ctypes, should be super simple :-)
why using ctypes? I don't think cpython's _csv is using any library. It's just done in C to be faster. So a pure-python implementaiton is fine. Cheers, Carl Friedrich