This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients theller, twouters
Date 2007-08-30.20:19:10
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1188505150.61.0.179632552159.issue1617699@psf.upfronthosting.co.za>
In-reply-to
Content
Yes.

But looking at your examples I think it would be better to forbid
missing indices completely instead of allowing them only where they
clearly mean 0.

Writing (and reading!) a 0 is faster than thinking about if a missing
index is allowed or what it means.
History
Date User Action Args
2009-03-09 14:31:04georg.brandlsetspambayes_score: 0.689613 -> 0.0
2007-08-30 20:19:10thellersetspambayes_score: 0.689613 -> 0.689613
recipients: + theller, twouters
2007-08-30 20:19:10thellersetspambayes_score: 0.689613 -> 0.689613
messageid: <1188505150.61.0.179632552159.issue1617699@psf.upfronthosting.co.za>
2007-08-30 20:19:10thellerlinkissue1617699 messages
2007-08-30 20:19:10thellercreate