Message 70533 - Python tracker

Message70533

Author brett.cannon
Recipients benjamin.peterson, brett.cannon, rhettinger
Date 2008-07-31.23:32:59
SpamBayes Score 0.0011762882
Marked as misclassified No
Message-id <bbaeab100807311632v8a954a4u412ac81afac1aaee@mail.gmail.com>
In-reply-to <1217530574.17.0.656215776787.issue3474@psf.upfronthosting.co.za>
Content
On Thu, Jul 31, 2008 at 11:56 AM, Benjamin Peterson
<report@bugs.python.org> wrote:
>
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>
> Alternatively, you could move reduce to functools and have the builtin
> module issue a warning and call it.
>

That's what 3.0 did; created _functools and that holds the original
implementation from __builtins__. But that is a lot more work. =)
History
Date User Action Args
2008-07-31 23:33:01brett.cannonsetrecipients: + brett.cannon, rhettinger, benjamin.peterson
2008-07-31 23:33:00brett.cannonlinkissue3474 messages
2008-07-31 23:32:59brett.cannoncreate