there's a request to update this module to add missing IN.SIO* definitions. How should that be done? Just re-running h2py drops all SIO* definitions, because the linux/sockios.h header isn't included anymore. requested at http://launchpad.net/bugs/58081
Logged In: YES user_id=21627 It's convention that plat-* mirrors the structure of the header files. So ISTM that we should add sockios.py; IN.py should perhaps be regenerated only a release later.
I would like to take care of this bug if it is worthwhile. I tried to use h2py as suggested by Martin v. Löwis adding /usr/include/linux/sockios.h in the regen shell script and it obviously work. I used a fresh clone of the py3k branch. P.S. Is not a problem that the resulting module name SOCKIOS does't follow PEP8?