Marc-Andre Lemburg added the comment:

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 ?

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1514>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to