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.

Author lemburg
Recipients christian.heimes, dbinger, lemburg, loewis, skip.montanaro
Date 2007-11-30.11:49:52
SpamBayes Score 0.012228198
Marked as misclassified No
Message-id <1196423392.31.0.423634329049.issue1514@psf.upfronthosting.co.za>
In-reply-to
Content
While the patch looks right (can't say for sure whether netinet/tcp.h is
always available), I think the approach itself of adding these constants
to the socket module is wrong.

Instead of adding these constants to the socket module, they should go
into a new TCP.py module and get generated by the h2py script much like
IN.py is already for each platform.
History
Date User Action Args
2007-11-30 11:49:52lemburgsetspambayes_score: 0.0122282 -> 0.012228198
recipients: + lemburg, loewis, skip.montanaro, christian.heimes, dbinger
2007-11-30 11:49:52lemburgsetspambayes_score: 0.0122282 -> 0.0122282
messageid: <1196423392.31.0.423634329049.issue1514@psf.upfronthosting.co.za>
2007-11-30 11:49:52lemburglinkissue1514 messages
2007-11-30 11:49:52lemburgcreate