Message8483

Author zyasoft
Recipients jiang_dsa, zyasoft
Date 2014-05-21.21:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400708528.72.0.103786428719.issue2059@psf.upfronthosting.co.za>
In-reply-to
Content
Most likely this is a CLASSPATH issue for the poster of this bug:

$ jython27
Jython 2.7b3+ (default:06161ebf74ee+, May 21 2014, 12:09:01)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_21
Type "help", "copyright", "credits" or "license" for more information.
>>> from _jyio import BlockingIOError
>>> dir(BlockingIOError)
['__class__', '__delattr__', '__dict__', '__doc__', '__format__', '__getattribute__', '__getitem__', '__getslice__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__setstate__', '__slots__', '__str__', '__subclasshook__', '__unicode__', '__weakref__', 'args', 'errno', 'filename', 'message', 'strerror']
History
Date User Action Args
2014-05-21 21:42:08zyasoftsetmessageid: <1400708528.72.0.103786428719.issue2059@psf.upfronthosting.co.za>
2014-05-21 21:42:08zyasoftsetrecipients: + zyasoft, jiang_dsa
2014-05-21 21:42:08zyasoftlinkissue2059 messages
2014-05-21 21:42:08zyasoftcreate