Message7055
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'
>>> |
|
Date |
User |
Action |
Args |
2012-04-14 18:41:53 | amak | set | recipients:
+ amak |
2012-04-14 18:41:53 | amak | set | messageid: <1334428913.63.0.19798665325.issue1875@psf.upfronthosting.co.za> |
2012-04-14 18:41:53 | amak | link | issue1875 messages |
2012-04-14 18:41:53 | amak | create | |
|