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.22:56:09
SpamBayes Score 0.005743758
Marked as misclassified No
Message-id <1196463370.36.0.72282036455.issue1514@psf.upfronthosting.co.za>
In-reply-to
Content
If you think we need a better tool, that's a different story, but not an
argument for cluttering up the socket module with a more or less
complete list of C constants.

It's much easier to maintain this outside the socket module in a
separate, platform specific module. This also has the advantage of being
able to see whether a constant is available on a specific platform or
not and also provides access to platform specific constants that would
otherwise not be available.

BTW: Can you point me to a bug report where an h2py generated IN.py has
failed to include important symbols ?
History
Date User Action Args
2007-11-30 22:56:10lemburgsetspambayes_score: 0.00574376 -> 0.005743758
recipients: + lemburg, loewis, skip.montanaro, christian.heimes, dbinger
2007-11-30 22:56:10lemburgsetspambayes_score: 0.00574376 -> 0.00574376
messageid: <1196463370.36.0.72282036455.issue1514@psf.upfronthosting.co.za>
2007-11-30 22:56:10lemburglinkissue1514 messages
2007-11-30 22:56:10lemburgcreate