yet another noob question

Stargaming stargaming at gmail.com
Tue Aug 15 01:31:38 EDT 2006


Jason Nordwick wrote:
<benchmark here>
> 
> bearophileHUGS at lycos.com wrote:
> 
>> Jason Nordwick:
>>
>>> Stargaming wrote:
>>>
>>>> Also note that reduce will be removed in Python 3000.
>>>
>>> What will replace it?
>>
>>
>> Nothing, I presume. You will have to write a function to find another
>> way to solve problems.
>>
>> Bye,
>> bearophile
>>
> 

Well, *perhaps* there will be a new function product() -- and there we 
go having replaced every arithmetical use of reduce() because Guido 
cannot read them. Nice.

Read on: "The fate of reduce() in Python 3000" 
http://www.artima.com/weblogs/viewpost.jsp?thread=98196 -- found on "PEP 
3100 -- Miscellaneous Python 3.0 Plans" 
http://www.python.org/dev/peps/pep-3100/#id63

Regards,
Stargaming
-- 



More information about the Python-list mailing list