This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: plat-linux2/IN.py FutureWarning's
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords:

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:43adminsetgithub: 37253
2002-10-03 10:44:18dokocreate