Author collinwinter
Recipients
Date 2006-07-13.20:10:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
operator.truth() and operator.abs() are both intended
to be passed to higher-order function like map, reduce,
filter, etc. However, both of these are redundant with
the builtins bool() and abs(), respectively. The
attached patch will remove operator.truth() and .abs()
for Python 3000.
History
Date User Action Args
2007-08-23 15:53:32adminlinkissue1522059 messages
2007-08-23 15:53:32admincreate