Message4018

Author billiejoex
Recipients billiejoex
Date 2009-01-10.15:27:39
SpamBayes Score 7.4106865e-08
Marked as misclassified No
Message-id <1231601260.14.0.589014998593.issue1224@psf.upfronthosting.co.za>
In-reply-to
Content
C:\jython2.5b0\bin>jython.bat
Jython 2.5b0 (trunk:5540, Oct 31 2008, 13:55:41)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_11
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> socket.has_ipv6
1
>>> s = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\jython2.5b0\Lib\socket.py", line 1036, in __init__
    _sock = _realsocket(family, type, proto)
  File "C:\jython2.5b0\Lib\socket.py", line 519, in _realsocket
    assert family == AF_INET
AssertionError
>>>
History
Date User Action Args
2009-01-10 15:27:40billiejoexsetrecipients: + billiejoex
2009-01-10 15:27:40billiejoexsetmessageid: <1231601260.14.0.589014998593.issue1224@psf.upfronthosting.co.za>
2009-01-10 15:27:40billiejoexlinkissue1224 messages
2009-01-10 15:27:39billiejoexcreate