Re: [Python-Dev] call for help: C-API 2 to 3 porting guide

2008-09-27 Thread Haoyu Bai
On Sat, Sep 27, 2008 at 9:09 PM, Christian Heimes <[EMAIL PROTECTED]> wrote: > Benjamin Peterson wrote: >> >> Hi guys, >> I remember a while back we were bemoaning the fact that little >> documentation exists for the extension module transition between 2.x >> and 3.x. In the name of this effort, I'

Re: [Python-Dev] call for help: C-API 2 to 3 porting guide

2008-09-27 Thread Christian Heimes
Benjamin Peterson wrote: Hi guys, I remember a while back we were bemoaning the fact that little documentation exists for the extension module transition between 2.x and 3.x. In the name of this effort, I've created a c porting howto (Doc/howto/cporting.rst). I have started a few sections, but I

[Python-Dev] call for help: C-API 2 to 3 porting guide

2008-09-26 Thread Benjamin Peterson
Hi guys, I remember a while back we were bemoaning the fact that little documentation exists for the extension module transition between 2.x and 3.x. In the name of this effort, I've created a c porting howto (Doc/howto/cporting.rst). I have started a few sections, but I can't do it all alone. Plea