Author collinwinter
Recipients collinwinter, gpolo
Date 2008-05-09.21:04:54
SpamBayes Score 0.136031
Marked as misclassified No
Message-id <1210367096.33.0.90122490167.issue2805@psf.upfronthosting.co.za>
In-reply-to
Content
My gut feeling is that the number of cases where both operands are
written as literals is exceedingly small when compared to the number of
cases where one or both is an identifier. Since 2to3 doesn't support
type inference, we'd miss the relevant, interesting cases. However, if
you're interested in implementing a fix_literal_division fixer module
that would catch these cases, I'd be happy to advise on such a thing :)
History
Date User Action Args
2008-05-09 21:04:56collinwintersetspambayes_score: 0.136031 -> 0.136031
recipients: + collinwinter, gpolo
2008-05-09 21:04:56collinwintersetspambayes_score: 0.136031 -> 0.136031
messageid: <1210367096.33.0.90122490167.issue2805@psf.upfronthosting.co.za>
2008-05-09 21:04:55collinwinterlinkissue2805 messages
2008-05-09 21:04:54collinwintercreate