Issue 1565071: update Lib/plat-linux2/IN.py - Python tracker (original) (raw)

Created on 2006-09-25 12:51 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (6)
msg61005 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2006-09-25 12:51
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
msg61006 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-09-27 12:08
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.
msg84464 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-03-30 02:33
IN.py on trunk still lacks IN.SIOCGIFADDR (mentioned by the linked bug's OP). Present SIOC* in IN.py: SIOCSPGRP = 0x8902 SIOCGPGRP = 0x8904 SIOCATMARK = 0x8905 SIOCGSTAMP = 0x8906
msg111146 - (view) Author: Daniele Tricoli (eriol) Date: 2010-07-22 02:16
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?
msg222409 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-06 17:22
Related issues via #12619 include #3990 and #19554.
msg275336 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2016-09-09 16:41
This file was moved long ago and has now been completely removed.
History
Date User Action Args
2022-04-11 14:56:20 admin set github: 44024
2016-09-09 16:41:58 zach.ware set status: open -> closedsuperseder: Remove Lib/plat-*/* filesnosy: + zach.waremessages: + resolution: out of datestage: needs patch -> resolved
2014-07-06 17:22:22 BreamoreBoy set nosy: + BreamoreBoymessages: +
2014-07-05 22:09:47 BreamoreBoy set versions: + Python 3.4, Python 3.5, - Python 3.2, Python 3.3
2011-10-18 16:20:55 eric.araujo set dependencies: + Automatically regenerate platform-specific modulesstage: test needed -> needs patchversions: + Python 2.7, Python 3.2, Python 3.3, - Python 2.6
2010-07-22 02:16:02 eriol set nosy: + eriolmessages: +
2009-04-22 12:46:05 ajaksu2 set keywords: + easy
2009-03-30 02:33:31 ajaksu2 set nosy: + ajaksu2messages: + type: behaviorstage: test needed
2006-09-25 12:51:47 doko create