Issue 618012: plat-linux2/IN.py FutureWarning's - Python tracker (original) (raw)

Issue618012

Created on 2002-10-03 10:44 by doko, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg12570 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2002-10-03 10:44
Between lines 182 and 205 the warning is triggered a few times, i.e.: IN.py:184: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up IN_CLASSA_NET = 0xff000000
msg12571 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-11-23 12:09
Logged In: YES user_id=21627 Thanks for the report. Fixed in IN.py 1.5
History
Date User Action Args
2022-04-10 16:05:43 admin set github: 37253
2002-10-03 10:44:18 doko create