Message9773

Author jeff.allen
Recipients jeff.allen
Date 2015-04-06.20:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428351057.42.0.26946790781.issue2315@psf.upfronthosting.co.za>
In-reply-to
Content
Observed in Jython 2.7rc2 on Windows 7:

======================================================================
ERROR: test_wrapped_unconnected (__main__.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_ssl.py", line 206, in test_wrapped_unconnected
    self.assertRaises(socket.error, ss.sendto, b'x', ('0.0.0.0', 0))
  File "C:\jython\2.7rc2\Lib\unittest\case.py", line 476, in assertRaises
    callableObj(*args, **kwargs)
  File "C:\jython\2.7rc2\Lib\ssl.py", line 192, in sendto
    raise socket_error(errno.EPROTO)
AttributeError: type object 'org.python.modules.errno' has no attribute 'EPROTO'

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

Single failing test in this suite.
History
Date User Action Args
2015-04-06 20:10:57jeff.allensetrecipients: + jeff.allen
2015-04-06 20:10:57jeff.allensetmessageid: <1428351057.42.0.26946790781.issue2315@psf.upfronthosting.co.za>
2015-04-06 20:10:57jeff.allenlinkissue2315 messages
2015-04-06 20:10:57jeff.allencreate