jython 2.5 can't print string
问题 Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06) [Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_20 Type "help", "copyright", "credits" or "license" for more information. >>> print 3 3 >>> print "3" ... I tried version Jython 2.2.1, it was ok, but the problem remains in version Jython 2.7b1: Jython 2.7b1 (default:ac42d59644e9, Feb 9 2013, 15:24:52) [Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_39 Type "help", "copyright", "credits" or "license" for