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 dbinger
Recipients dbinger
Date 2007-11-28.21:07:32
SpamBayes Score 0.10894974
Marked as misclassified No
Message-id <1196284052.76.0.985131774299.issue1514@psf.upfronthosting.co.za>
In-reply-to
Content
TCP_NODELAY and some constants are not present in the socket module.
I think maybe "#include <netinet/tcp.h>" should appear somewhere, 
perhaps at the top of socketmodule.c?
(This is on OS X 10.5.1 with py3k revision 59215).
History
Date User Action Args
2007-11-28 21:07:32dbingersetspambayes_score: 0.10895 -> 0.10894974
recipients: + dbinger
2007-11-28 21:07:32dbingersetspambayes_score: 0.10895 -> 0.10895
messageid: <1196284052.76.0.985131774299.issue1514@psf.upfronthosting.co.za>
2007-11-28 21:07:32dbingerlinkissue1514 messages
2007-11-28 21:07:32dbingercreate