Message3692

Author amak
Recipients amak, moyix
Date 2008-10-19.14:50:45
SpamBayes Score 0.00010305952
Marked as misclassified No
Message-id <1224427845.77.0.645293690245.issue1155@psf.upfronthosting.co.za>
In-reply-to
Content
The inet_ntoa and inet_aton functions in socket are used to "useful when
conversing with a program that uses the standard C library and needs
objects of type struct in_addr, which is the C type for the 32-bit
packed binary this function returns."

http://www.python.org/doc/2.5.2/lib/module-socket.html

C in_addr structures are not usable by java socket libraries, and thus
not usable from jython.

Perhaps the submitter can illustrate a use case where these functions
are needed? If a use case is presented, I will provide the functions.
History
Date User Action Args
2008-10-19 14:50:45amaksetmessageid: <1224427845.77.0.645293690245.issue1155@psf.upfronthosting.co.za>
2008-10-19 14:50:45amaksetrecipients: + amak, moyix
2008-10-19 14:50:45amaklinkissue1155 messages
2008-10-19 14:50:45amakcreate