Message2397

Author dsuch
Recipients
Date 2004-12-30.17:44:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This simple patch adds sum() builtin to Jython. I
tested it with a minimal version (also attached) of
test_builtin.py from Python 2.3 test suite. Yes, I do
know sum() first  appears in Python 2.3, but sooner or
later Jython will also reach 2.3, hence this patch.

Diffed against today's build of new-style branch.

>>> import sys,os;sys.version;sys.platform
'2.2aNewstyle'
'java1.4.2_06'
History
Date User Action Args
2008-02-20 17:18:25adminlinkissue1093369 messages
2008-02-20 17:18:25admincreate