Message7178

Author roderickc
Recipients roderickc
Date 2012-05-31.21:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338498593.27.0.682782572603.issue1908@psf.upfronthosting.co.za>
In-reply-to
Content
Connecting to an unreachable host in Jython 2.5x/2.7x triggers: '     [java] Exception: Failed to connect to socket: Unmapped exception: java.net.NoRouteToHostException: No route to host'. This patch maps the error to the proper errno number, EHOSTUNREACH. Now Jython has the same behavior as CPython. It looks like more network errors aren't mapped correctly yet.

Thanks,
Roderick Colenbrander
History
Date User Action Args
2012-05-31 21:09:53roderickcsetrecipients: + roderickc
2012-05-31 21:09:53roderickcsetmessageid: <1338498593.27.0.682782572603.issue1908@psf.upfronthosting.co.za>
2012-05-31 21:09:53roderickclinkissue1908 messages
2012-05-31 21:09:52roderickccreate