Message1028

Author slamb
Recipients
Date 2005-08-25.00:56:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached script fails with Jython 2.2a1. It succeeds with Jython 
2.1.

For some reason, a ConnectException (which is a SocketException, 
which is an IOException) is falling through a try/except IOException, 
e block.

This occurs on this OS X Tiger 10.4.2 system:

[slamb@slamb-mac ~]$ uname -a
Darwin slamb-mac.dhcp.2wire.com 8.2.0 Darwin Kernel Version 
8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/
RELEASE_PPC Power Macintosh unknown PowerMac7,3 Darwin
[slamb@slamb-mac ~]$ java -version
java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 
1.4.2_07-215)
Java HotSpot(TM) Client VM (build 1.4.2-50, mixed mode)
History
Date User Action Args
2008-02-20 17:17:25adminlinkissue1269872 messages
2008-02-20 17:17:25admincreate