[Python-bugs-list] [ python-Bugs-630670 ] 'sendall' missing in 2.1.3 _socket.pyd

noreply@sourceforge.net noreply@sourceforge.net
Tue, 29 Oct 2002 11:38:38 -0800


Bugs item #630670, was opened at 2002-10-29 19:38
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=630670&group_id=5470

Category: Windows
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Hamish Lawson (hamishlawson)
Assigned to: Tim Peters (tim_one)
Summary: 'sendall' missing in 2.1.3 _socket.pyd

Initial Comment:
The prebuilt _socket.pyd module in the Windows binary 
distribution of Python 2.1.3 is missing the 'sendall' 
method:

>>> import _socket
>>> sock = _socket.socket(_socket.AF_INET, 
_socket.SOCK_STREAM)
>>> dir(sock)
['accept', 'bind', 'close', 'connect', 'connect_ex', 'fileno', 'ge
tpeername', 'getsockname', 'getsockopt', 'listen', 'recv', 're
cvfrom', 'send', 'sendto', 'setblocking', 'setsockopt', 'shutd
own']

As the Python 2.1.2 binary for Windows is OK, and 
there were no source changes in the module between 
2.1.2 and 2.1.3, it appears to have been a build or 
packaging problem.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=630670&group_id=5470