[issue1565071] update Lib/plat-linux2/IN.py

2016-09-09 Thread Zachary Ware
Zachary Ware added the comment: This file was moved long ago and has now been completely removed. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed superseder: -> Remove Lib/plat-*/* files ___ Pytho

[issue1565071] update Lib/plat-linux2/IN.py

2014-07-06 Thread Mark Lawrence
Mark Lawrence added the comment: Related issues via #12619 include #3990 and #19554. -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue1565071] update Lib/plat-linux2/IN.py

2014-07-05 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list

[issue1565071] update Lib/plat-linux2/IN.py

2011-10-18 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: +Automatically regenerate platform-specific modules stage: test needed -> needs patch versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6 ___ Python tracker ___

[issue1565071] update Lib/plat-linux2/IN.py

2010-07-21 Thread Daniele Tricoli
Daniele Tricoli added the comment: 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

[issue1565071] update Lib/plat-linux2/IN.py

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1565071] update Lib/plat-linux2/IN.py

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: 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 -- nosy: +ajaksu2 stage: -> test needed type: -> behavior _