Message8451

Author emcdowell
Recipients emcdowell
Date 2014-05-20.19:36:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400614597.34.0.809354738655.issue2151@psf.upfronthosting.co.za>
In-reply-to
Content
Even single-line function definitions suffer this problem:

H:\user\python\jytest>java -jar jython.jar
Jython 2.7b2 (default:a5bc0032cf79+, Apr 22 2014, 21:20:17)
[Java HotSpot(TM) Client VM (Oracle Corporation)] on java1.8.0_05
>>> def foo(n): return n + 1
LookupError: no codec search functions registered: can't find encoding 'ibm437'

H:\user\python\jytest>
History
Date User Action Args
2014-05-20 19:36:37emcdowellsetmessageid: <1400614597.34.0.809354738655.issue2151@psf.upfronthosting.co.za>
2014-05-20 19:36:37emcdowellsetrecipients: + emcdowell
2014-05-20 19:36:37emcdowelllinkissue2151 messages
2014-05-20 19:36:36emcdowellcreate