[issue1514] missing constants in socket module

David Binger report at bugs.python.org
Wed Nov 28 22:07:32 CET 2007


New submission from David Binger:

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).

----------
components: Library (Lib), Macintosh
messages: 57921
nosy: dbinger
severity: normal
status: open
title: missing constants in socket module
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1514>
__________________________________


More information about the Python-bugs-list mailing list