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: IN module removed in python 3.x; socket doesn't fill in the gap with IP_PORTRANGE*
Type: enhancement Stage:
Components: Extension Modules Versions: Python 3.10, Python 3.9, Python 3.8, Python 3.7, Python 3.6, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ngie
Priority: normal Keywords:

Created on 2020-06-24 21:08 by ngie, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 21127 open ngie, 2020-06-24 21:08
Messages (1)
msg372282 - (view) Author: Enji Cooper (ngie) * Date: 2020-06-24 21:08
The group that I work with uses the IN.py module to access constants available in netinet/in.h on BSD when adjusting socket port ranges.

This compile-time module was never ported forward to 3.x and equivalent functionality doesn't exist in the `socket` module. This bug will address that issue.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85280
2020-06-24 21:08:47ngiecreate