Message4510
On a side note: did you tweak anything to deal with the partial support
for ipv6. I get an assertion failure:
Traceback (most recent call last):
File "test/test_ftpd.py", line 94, in <module>
SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1',
family=socket.AF_INET6)
File "test/test_ftpd.py", line 85, in try_address
s = socket.socket(family, socket.SOCK_STREAM)
File "test/test_ftpd.py", line 85, in try_address
s = socket.socket(family, socket.SOCK_STREAM)
File "/home/kfitch/jython/dist/Lib/socket.py", line 1070, in __init__
_sock = _realsocket(family, type, proto)
File "/home/kfitch/jython/dist/Lib/socket.py", line 549, in _realsocket
assert family == AF_INET, "Only AF_INET sockets are currently
supported on jython"
AssertionError: Only AF_INET sockets are currently supported on jython
See Issue1210. |
|
Date |
User |
Action |
Args |
2009-04-15 03:41:35 | kfitch42 | set | messageid: <1239766895.39.0.342182023217.issue1312@psf.upfronthosting.co.za> |
2009-04-15 03:41:35 | kfitch42 | set | recipients:
+ kfitch42, pjenvey, billiejoex |
2009-04-15 03:41:35 | kfitch42 | link | issue1312 messages |
2009-04-15 03:41:35 | kfitch42 | create | |
|