Message6391

Author pjenvey
Recipients alex.gronholm, amak, basti1302, otmarhumbel, pekka.klarck, pjenvey
Date 2011-02-11.00:47:39
SpamBayes Score 2.4869884e-11
Marked as misclassified No
Message-id <1297385259.47.0.0471115465149.issue1697@psf.upfronthosting.co.za>
In-reply-to
Content
Alan - 

One small problem with this change, we really need a __repr__ on the new getaddrinfo results so they're easier to use (or why not continue using tuples)?

Jython 2.5.2rc3 (trunk:7195M, Feb 10 2011, 16:43:49) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_22
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> socket.getaddrinfo('localhost', socket.AF_UNSPEC)
[(2, None, 0, 'localhost', <socket._ipv4_address_t instance at 0x2>)]
>>>
History
Date User Action Args
2011-02-11 00:47:39pjenveysetmessageid: <1297385259.47.0.0471115465149.issue1697@psf.upfronthosting.co.za>
2011-02-11 00:47:39pjenveysetrecipients: + pjenvey, otmarhumbel, amak, pekka.klarck, alex.gronholm, basti1302
2011-02-11 00:47:39pjenveylinkissue1697 messages
2011-02-11 00:47:39pjenveycreate