Message7055

Author amak
Recipients amak
Date 2012-04-14.18:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334428913.63.0.19798665325.issue1875@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5.3+ (, Apr 14 2012, 19:33:03)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.5.0_22
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.getdefaultencoding()
'ascii'
>>> sys.setdefaultencoding("ascii")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: '<reflected field public org.python.core.PyObject o' object has no attribute 'setdefaultencoding'
>>>
History
Date User Action Args
2012-04-14 18:41:53amaksetrecipients: + amak
2012-04-14 18:41:53amaksetmessageid: <1334428913.63.0.19798665325.issue1875@psf.upfronthosting.co.za>
2012-04-14 18:41:53amaklinkissue1875 messages
2012-04-14 18:41:53amakcreate